gpleiss/efficient_densenet_pytorch

The function received no value for the required argument: data

June-Luo opened this issue · 2 comments

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.

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>

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