ahmetgunduz / Real-time-GesRec

Real-time Hand Gesture Recognition with PyTorch on EgoGesture, NvGesture, Jester, Kinetics and UCF101
https://arxiv.org/abs/1901.10323
MIT License
619 stars 168 forks source link

"prec1" in main.py confused #65

Closed JuliaJiaYou closed 4 years ago

JuliaJiaYou commented 4 years ago

Hi there, I found something confusing when I try to train a model from dataset. In "main.py" line 102-107, there are "train_logger", "train_batch_logger", and "prec1", "prec5" is required. But actually they are not existed in train. They exists in validation only.

ahmetgunduz commented 4 years ago

We do not calculate prec5 in training.