AdaNPC
AdaNPC copied to clipboard
quick start
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
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.
python download.py --data_dir=/my/datasets/path return No such file or directory: '/my/datasets/path\terra_incognita\terra_incognita_images.tar.gz'
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 ''