facebookresearch / facebookresearch/SlowFast
Cannot run run_net.py: ImportError: cannot import name 'launch_job'
Open
question
- Dominant language
- Python
- Stars
- 7.4k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
When I run the command
```
python tools/run_net.py --cfg configs/Kinetics/SLOWFAST_8x8_R50.yaml \
TRAIN.ENABLE False \
TEST.ENABLE False \
DEMO.ENABLE True \
CHECKPOINT_TYPE pytorch \
DEMO.ENABLE True \
DEMO.DATA_SOURCE video.avi \
NUM_GPUS 1 \
NUM_SHARDS 1
```
From the **SlowFast** root dir I get error `ImportError: cannot import name 'launch_job'`
OS: Ubuntu 18
Using the same requirements you provided in INSTALL.md
@takatosp1 any help please!
Contributor guide
Assessment
This issue has not been assessed yet.