-
Notifications
You must be signed in to change notification settings - Fork 0
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
divide by 0 error #48
Comments
@vinicvaz, any idea why this error might be occuring? |
Hey @bendichter |
It was the test data with default params |
@luiztauffer can you please look into this |
@bendichter the testing files you mean the raw files or the cropped ones that are in the vame repository in the tests folder? Can you share the link to the files you are using so I can reproduce it here? |
Got it. This is the cropped data, and it's quite small, so a batch_size=256 is too big. Could you please test with smaller values and let me know if it still breaks? |
I can reproduce the error, it is indeed due to using a large batch size for a small dataset. |
@luiztauffer could you fix this by adjusting the batch size? |
yes, it needs to be small, try it with 10 for example |
Could you create a test config with proper settings? I understand that mechanically this not an issue with the desktop app, but practically it is because we aren't sufficiently communicating to a naive user how to run the app all the way through. Creating a config file that works for the test data would go a long way. |
@bendichter maybe it's better to point to this dataset, instead? That's what people should use for testing themselves: https://ethoml.github.io/VAME/docs/getting_started/running/#1-download-the-necessary-resources |
OK, so far so good. The training step says it could take 6.5 hours so I won't be able to test the whole thing for a while but it is running now. Let's add this to the README |
running the testing files on an M1 mac, on step 3, Model Creation, I get this traceback in the log:
The text was updated successfully, but these errors were encountered: