sihyun-yu / digan

Official PyTorch implementation of Generating Videos with Dynamics-aware Implicit Generative Adversarial Networks (ICLR 2022).
https://sihyun.me/digan/
182 stars 19 forks source link

Error: --data: [Errno 2] No such file or directory: '/data/UCF-101/train' #17

Closed GzhuiXu closed 9 months ago

GzhuiXu commented 9 months ago

Hello~ thank you for making this project open source. When I deployed the project, I downloaded the UCF-101 dataset and placed it in /data/UCF101/train, but when I ran the training code: python src/infra/launch.py hydra.run.dir=. +experiment_name=test +dataset.name=UCF-101 I got an error: Error: --data: [Errno 2] No such file or directory: '/data/UCF-101/train' So is there something wrong?