Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quick start #5

Open
Andy-Shawshank opened this issue Sep 25, 2023 · 3 comments
Open

quick start #5

Andy-Shawshank opened this issue Sep 25, 2023 · 3 comments

Comments

@Andy-Shawshank
Copy link

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

@yfzhang114
Copy link
Owner

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

@ZJPure
Copy link

ZJPure commented Dec 1, 2023

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

@yfzhang114
Copy link
Owner

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 ''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants