facebookresearch / ClassyVision

An end-to-end PyTorch framework for image and video classification
https://classyvision.ai
MIT License
1.59k stars 278 forks source link

templates path error #718

Closed fangwudi closed 3 years ago

fangwudi commented 3 years ago

🐛 Bug

To Reproduce

Steps to reproduce the behavior:

  1. git clone and pip install .
  2. classy-project my-project
  3. got error : FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.6/dist-packages/classy_vision/templates/synthetic'

Expected behavior

Environment

Please copy and paste the output from the Pytorch environment collection script (or fill out the checklist below manually).

You can get the script and run it with:

wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py
# For security purposes, please check the contents of collect_env.py before running it.
python collect_env.py

Additional context