I just loaded the pre-trained model 3D resnet https://github.com/kenshohara/3D-ResNets-PyTorch
I loaded this model in this way after i download from the link above the file 'resnext-101-kinetics.pth' : way i defined the model
this model work on a big dataset of videos (unfortunately i don't have enough space on my pc and i didn't find a link that i can download part of the data set). I just want to know if i load the model correctly and to know that this net is trained. There is an option to be sure that the model loaded well? I printed the state_dict and it prints the weights.