PRP icon indicating copy to clipboard operation
PRP copied to clipboard

Results 3 PRP issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to reproduce the result of the PRP project on UCF-101 dataset split 1 for the c3d model. Steps followed: 1) python train_predict.py --gpu 0 --epoch 300...

I am facing an error when loading the state_dict. It states that there are missing keys ("linear.weight", "linear.bias") as well as unexpected keys. See attached image for error details. ![state_dict](https://user-images.githubusercontent.com/61374834/119265337-a16bc980-bbe6-11eb-9ce8-d6e27239ae94.jpg)...

Based on your repo, it seems that you are using the same decoder structure for all of the backbones(c3d, r3d, r(2+1)d). But in your paper, it seems you used different...