binary-networks-pytorch icon indicating copy to clipboard operation
binary-networks-pytorch copied to clipboard

Binarize convolutional neural networks using pytorch :fire:

Results 4 binary-networks-pytorch issues
Sort by recently updated
recently updated
newest added

Hi, I know it has been a year since is has been done but I am not sure if you can help me. When using implicit calls, I get the...

can the model use it for classification? do you have the code to run it? thank you

In the example code, you forgot to put {} around the "string:Bconfig()" pair. Right now: bmodel = prepare_binary_model(model, bconfig, custom_config_layers_name=['conv1' : BConfig()]) Should be: bmodel = prepare_binary_model(model, bconfig, custom_config_layers_name=[{'conv1' :...