yjxiong / tsn-pytorch

Temporal Segment Networks (TSN) in PyTorch
BSD 2-Clause "Simplified" License
1.07k stars 308 forks source link

the final accuracy in test_model.py isn't equal to the best_prec1 in main.py #58

Closed ShiYaya closed 6 years ago

ShiYaya commented 6 years ago

I test accuracy with test_model.py in val dataset,but i dosen't get a result which is equal to the best_prec1 in main.py

yjxiong commented 6 years ago

You should always use the test_model.py's results. The best_prec1 only records on the flight validation result.