D-X-Y / AutoDL-Projects

Automated deep learning algorithms implemented in PyTorch.
MIT License
1.56k stars 281 forks source link

Where is cifar10-0.5.pth? #30

Closed Hanson13 closed 4 years ago

Hanson13 commented 4 years ago

Hi, when I run "CUDA_VISIBLE_DEVICES=0,1 bash ./scripts-search/search-depth-gumbel.sh cifar10 ResNet110 CIFARX 0.57 -1", I got the following error:

Traceback (most recent call last): File "./exps/search-shape.py", line 202, in main(args) File "./exps/search-shape.py", line 40, in main assert split_file_path.exists(), '{:} does not exist'.format(split_file_path) AssertionError: .latent-data/splits/cifar10-0.5.pth does not exist

However, I didn't find the file in the Google Driver URL, is it renamed to another file? Thank you!

D-X-Y commented 4 years ago

Please run bash ./scripts/prepare.sh in the root directory. This script will automatically generate .latent-data/splits/cifar10-0.5.pth.