-
Notifications
You must be signed in to change notification settings - Fork 4
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
Type error during fitting #5
Comments
Hi, without the full traceback is a little bit difficult to understand where the error is, could you provide it? |
Here are the library versions I am using: If it helps a link to the notebook https://colab.research.google.com/drive/1eFgQqA6KC1acSCXbzc8ru5ffea5Oim7Q#scrollTo=dlfjYC2DrXhI Thank you |
Hi, you can try a couple of things:
Let me know if the issue persists |
When I fit the model, I received this error: TypeError: Expected int64 passed to parameter 'y' of op 'Maximum', got 1e-12 of type 'float' instead. Error: Expected int64, but got 1e-12 of type 'float'.
which can be traced back to the warning TypeError: not all arguments converted during string formatting during the train generator,
is there any fix for this?
Thank you
The text was updated successfully, but these errors were encountered: