-
Notifications
You must be signed in to change notification settings - Fork 67
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
Model diverged with loss = NaN #8
Comments
I have the same problem! |
Hi... |
I have solved my nan problem. My reason is that my dataset is converted from MVCNN(MATLAB code). The label in MATLAB is in range 1 and 40. So I reduced 1 on label converting it into range 0 and 39. |
Thank you so much for your quick response! |
yes, the label is a number to represent the name of objects in training. |
Thanks a million. Really appreciate your help! |
Thanks a lot. I solved this by your comment. The reason is when I processed the data, I labeled the categories from 1 to 40. Changing them back to 0 to 39 fixes this problem. |
Hi there,
I manually generated the 12 views of each airplane and bathtub png image, and train with them. But I encountered following model diverged problem.
Could someone help me out of this?
The text was updated successfully, but these errors were encountered: