-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TrainingArgs not recognised in Trainer #559
Comments
I think you need to be more specific with how you're defining your variables - the following example does not raise the loss warning you are discussing. I commented out the parameters which are variables because we don't know their values:
Output:
So the problem is likely related to:
|
I think it is just an erroneous warning message, printing out trainer.args shows the args being set correctly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
v1.1.0
Below warnings are
throwsthrown by the snippet.The text was updated successfully, but these errors were encountered: