Skip to content
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 #27

Open
alicera opened this issue Jun 3, 2020 · 2 comments
Open

loss nan #27

alicera opened this issue Jun 3, 2020 · 2 comments

Comments

@alicera
Copy link

alicera commented Jun 3, 2020

python main.py
I dont change the setting to train

4 |ETA: 0:05:49 |loss nan |hm_loss nan |lm_loss nan |wh_loss nan |off_loss nanmulti_pose/dla |########### | train: [8][546/1583]|Tot: 0:03:05 |ETA: 0:05:49 |loss nan |hm_loss nan |lm_loss nan |wh_loss nan |off_lo

how to resize your images size for training

@alicera alicera changed the title No module named 'external.nms' loss nan Jun 3, 2020
@iytChen
Copy link

iytChen commented Jul 5, 2020

same question, anyone knows how to sovle this problem?

@YangYangGirl
Copy link

# if opt.hm_hp and not opt.mse_loss:

change to this:
if not opt.mse_loss:
output['hm'] = _sigmoid(output['hm'])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants