jfzhang95 / pytorch-video-recognition

PyTorch implemented C3D, R3D, R2Plus1D models for video activity recognition.
MIT License
1.16k stars 250 forks source link

inference.py 中的model.train() 应该是model.eval()吧 #18

Closed Arctanxy closed 5 years ago

jfzhang95 commented 5 years ago

Hi, Thanks for pointing out this issue! I just pushed a commit to fix this problem.