kenshohara / 3D-ResNets-PyTorch

3D ResNets for Action Recognition (CVPR 2018)
MIT License
3.9k stars 932 forks source link

what does the code line: "r3d200_KM_200ep.pth: --model resnet --model_depth 200 --n_pretrain_classes 1039" mean ? #277

Open wuchengyu123 opened 1 year ago

wuchengyu123 commented 1 year ago

I am really confused about the code:

r3d200_KM_200ep.pth: --model resnet --model_depth 200 --n_pretrain_classes 1039

what does this really mean? what should I do if I want to load a pre-trained model ?

wuchengyu123 commented 1 year ago

I am a new learner about this, something maybe very common for you guys but confused for me. Someone can help me with this? thanks very much.