maudzung / TTNet-Real-time-Analysis-System-for-Table-Tennis-Pytorch

Unofficial implementation of "TTNet: Real-time temporal and spatial video analysis of table tennis" (CVPR 2020)
https://arxiv.org/pdf/2004.09927.pdf
600 stars 158 forks source link

Training Issue #7

Closed Ashwin-Ramesh2607 closed 4 years ago

Ashwin-Ramesh2607 commented 4 years ago

Hey, I used the training command in ./train_1st_phase.sh with only one main change (removed the distributed training arguments since I have just 1 GPU). The training runs fine for 1 epoch but gets stuck during the test stage forever. (Testing stage since the total batches per epoch is 118)

Screenshot from 2020-07-26 14-41-19

maudzung commented 4 years ago

Hi @Ashwin-Ramesh2607 Did you solve the problem? I'll check it soon. Thanks for reporting the bug, although I have tested carefully the source code.