Replies: 1 comment
-
Hey there, @yahia3200! I'm here to help you with any bugs, questions, or contributions you have. Let's tackle this together! To implement a custom training loop in
Unfortunately, there are no specific examples or tutorials in the documentation that demonstrate implementing a custom training loop or passing additional data in this manner [1][2]. However, leveraging the flexibility of the low-level API and PyTorch Lightning's features should allow you to achieve your goals. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
I have a use case where I want to write a custom training loop with the models defined in the library. I checked the Implementing New Supervised Architectures guide but I don't see how I can use this in my case. Also, I want to pass some extra data to the model in the training time similar to this Learning to Reweight Examples for Robust Deep Learning
Beta Was this translation helpful? Give feedback.
All reactions