BinaryNet.tf
BinaryNet.tf copied to clipboard
Sample command does not work
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.
I have the same issue. Did you find the solution?
I have the issue as follows:
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