princeton-vl / pose-hg-train

Training and experimentation code used for "Stacked Hourglass Networks for Human Pose Estimation"
Other
575 stars 185 forks source link

About train this model on MPII dataset #49

Open larklili opened 6 years ago

larklili commented 6 years ago

Hi,I trained the model on MPII dataset,and i got the loss and accuracy.but But why are some accuracy rates showing nan?lile this: image

anewell commented 6 years ago

Hi,

To tell the truth, I am not sure what could be causing that, it has been a long time since I have used this code and I don't remember running into that issue. I would look for places where the code might be dividing by zero and try to catch it before it happens. That might offer some clues as to what's happening.

Sorry I can't offer more insights, Alejandro

larklili commented 6 years ago

@anewell Thanks~