-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Getting "Floating point exception (core dumped)" Error #687
Comments
No idea what is going on but maybe try compiling without CuDNN
|
Both of the tests pass. Also put a screenshot of my torch versions above. |
eyeballing your cmdline i'd say your batch size is too small and is causing an exception in the hellaswag eval, this is a known issue and we have a patch merged into master that basically forces you to use batch size >= 4 |
Playing around with re-creating GPT-2 from the thread. When I run train I get the above error. Screenshot below.
The text was updated successfully, but these errors were encountered: