BinaryNet.tf icon indicating copy to clipboard operation
BinaryNet.tf copied to clipboard

Sample command does not work

Open Chao1155 opened this issue 6 years ago • 3 comments

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.

Chao1155 avatar Mar 17 '18 02:03 Chao1155

I have the same issue. Did you find the solution?

Krylol94 avatar May 23 '18 07:05 Krylol94

I have the issue as follows: AssertionError: no model file named: models\BNN_vgg_cifar10.py

Viscoo avatar Jun 08 '18 13:06 Viscoo

This problems arises because of the wrong name, write "python main.py --model BNN_cifar10 --save BNN_cifar10 --dataset cifar10" instead

Krylol94 avatar Jun 08 '18 13:06 Krylol94