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

no load_dataset.py、concatenate_datasets.py、dataset_dict.py #12

Open
wwwlg opened this issue Mar 26, 2024 · 1 comment
Open

no load_dataset.py、concatenate_datasets.py、dataset_dict.py #12

wwwlg opened this issue Mar 26, 2024 · 1 comment

Comments

@wwwlg
Copy link

wwwlg commented Mar 26, 2024

Hi, I'm interested in your work, but When running the command :
python baddiffusion.py --project default --mode train+measure --dataset CIFAR10 --batch 128 --epoch 50 --poison_rate 0.1 --trigger BOX_14 --target HAT --ckpt DDPM-CIFAR10-32 --fclip o -o --gpu 5
I meet the error :
image

I have run insatll.sh successfully, but I can't find these thress python files.
image

Again, these three files are not in the datasets folder.
image

@wwwlg wwwlg changed the title no load_dataset.py、 concatenate_datasets.py、dataset_dict.py no load_dataset.py、concatenate_datasets.py、dataset_dict.py Mar 26, 2024
@FrankCCCCC
Copy link
Collaborator

Hi, thank you for your interest. I think this issue is caused by the missing package, datasests of HuggingFace. As a result, please use the command, pip install datasets to install the package. Let me know if there is any issues. Thank you so much.

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

2 participants