Open Collinxz opened 6 years ago
I have the same question when fine-tuning.
Me too, and I try to train from scratch on hmdb and ucf101, but the val accuracy is lower than paper's...
@Collinxz @huangwei1995 @fengwuxuan You can try my scripts to finetune, which I got 53.45% clip-leval accuracy. https://github.com/shuangshuangguo/3D-ResNet-Pytorch
Hi. I want to fine-tune resnet-18 on hmdb1 with lr=0.001 and weight_decay=0.00001,but after 300 epoch, the val only get 51% accuracy which below 56.4 in your paper.What do i miss? Thank you!