Open Yu-Cheung opened 8 months ago
When I run the train.py file, the results of validate_things in it is Nan, but when I run validate_things alone, it can output epe and d1. So why?
train.py
validate_things
I have same problem, when train the model, the validation epe value is NAN, have you solved this problem?
I also encountered this problem. The EPE value is NAN, but D1 has a value. have you solved this problem?
When I run the
train.py
file, the results ofvalidate_things
in it is Nan, but when I runvalidate_things
alone, it can output epe and d1. So why?