-
Notifications
You must be signed in to change notification settings - Fork 92
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
loss=nan #22
Comments
Hi, @machine52vision , have you solved this problem? |
Hm. Correct me if i am wrong, but the net is not trained at all (just inference on pretrained wide_resnet50 to get embedding vectors), so no gradients have to be computed. |
thanks a lot! |
Hi. @SDJustus , I want to train my dataset with this code, not just inference. |
OK, so if you look at this code from train.py: |
OK, thanks, I know it. |
Dig into the pl code pytorch_lightning\core\lightning.py, when prepare the dump info in each batch, there's such logic to assign the value to loss in function get_progress_bar_dict. |
hello,how solve loss=nan?
The text was updated successfully, but these errors were encountered: