kenshohara / 3D-ResNets-PyTorch

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

pre trained ResNeXt-101 'resnext-101-kinetics.pth' #143

Open danielafrimi opened 5 years ago

danielafrimi commented 5 years ago

Hi, i'm trying to load your pre trained ResNeXt-101 model, but i have some problems. before i write this line (model = torch.load("resnext-101-kinetics.pth")) i should define the model ResNeXt-101, that in the resnext.py by calling the function generate_model(opt). i tried to define ResNeXt-101 but didn't succeed. can you help me figure this out? or how should i load your pre trained model and print its features?

thanks!

masju96 commented 5 years ago

Have you tried to use "--resnet_shortcut B" option? It worked for me