AdaNPC icon indicating copy to clipboard operation
AdaNPC copied to clipboard

quick start

Open Andy-Shawshank opened this issue 2 years ago • 3 comments

python -m domainbed.scripts.download --data_dir=/my/datasets/path --dataset pacs; return D:\Anaconda3\envs\final\python.exe: No module named domainbed.scripts.download; all the requirements are satisfied

Andy-Shawshank avatar Sep 25 '23 18:09 Andy-Shawshank

Because our download file is in the main folder not in the domainbed.scripts folder, I suggest you use download.py directly. Just set your own dir. I will also fix fix the bug in the readme file, thx for your suggestion.

image

yfzhang114 avatar Sep 26 '23 01:09 yfzhang114

python download.py --data_dir=/my/datasets/path return No such file or directory: '/my/datasets/path\terra_incognita\terra_incognita_images.tar.gz'

ZJPure avatar Dec 01 '23 12:12 ZJPure

python download.py --data_dir=/my/datasets/path return No such file or directory: '/my/datasets/path\terra_incognita\terra_incognita_images.tar.gz'

Please make sure the path /my/datasets/path exists and is correct. It seems unfamiliar that the first part uses '/' and h\terra_incognita\terra_incognita_images.tar.gz uses ''

yfzhang114 avatar Dec 02 '23 05:12 yfzhang114