We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 sample command in readme does not work directly.
python main.py --model BNN_vgg_cifar10 --save BNN_cifar10 --dataset cifar10
There is some problems in flag settings.
The text was updated successfully, but these errors were encountered:
I have the same issue. Did you find the solution?
Sorry, something went wrong.
I have the issue as follows: AssertionError: no model file named: models\BNN_vgg_cifar10.py
AssertionError: no model file named: models\BNN_vgg_cifar10.py
This problems arises because of the wrong name, write "python main.py --model BNN_cifar10 --save BNN_cifar10 --dataset cifar10" instead
No branches or pull requests
The sample command in readme does not work directly.
There is some problems in flag settings.
The text was updated successfully, but these errors were encountered: