facebookresearch / facebookresearch/SlowFast
Cannot load C2D pre-trained model
Open
enhancement
- Dominant language
- Python
- Stars
- 7.4k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
I want to on C2D_NOPOOL_8x8_R50, but it says that `ResNet_nopool` is not registered. Then I tried to change `ResNet_nopool` to `ResNet`, but the loaded checkpoint seems to crash. It says "_pickle.UnpicklingError: invalid load key, '\x1f'.". Can you explain what's the difference between `ResNet` and `ResNet_nopool`?
```
python tools/run_net.py \
--cfg configs/Kinetics/c2/C2D_NOPOOL_8x8_R50.yaml \
TEST.CHECKPOINT_TYPE caffe2 \
TEST.CHECKPOINT_FILE_PATH data/models/C2D_NOPOOL_8x8_R50.pkl \
TRAIN.ENABLE False
```
Contributor guide
Assessment
This issue has not been assessed yet.