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

The function received no value for the required argument: data #72

Closed
June-Luo opened this issue Sep 20, 2020 · 2 comments
Closed

The function received no value for the required argument: data #72

June-Luo opened this issue Sep 20, 2020 · 2 comments

Comments

@June-Luo
Copy link

I run the demo.py,but i got the error "The function received no value for the required argument: data".It seems like have something to do with fire.How can i solve tist problem.

@gpleiss
Copy link
Owner

gpleiss commented Sep 26, 2020

I think you must've forgotten the --data command line argument, which is required.

CUDA_VISIBLE_DEVICES=0 python demo.py --efficient True --data <path_to_folder_with_cifar10> --save <path_to_save_dir>

@June-Luo
Copy link
Author

Yes, that's the problem. Now I've solved it. Thank you very much!

@gpleiss gpleiss closed this as completed Sep 28, 2020
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