facebookresearch / facebookresearch/SlowFast

Cannot load C2D pre-trained model

Open
#163 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.