- Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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' : BConfig()}])
Metadata
Metadata
Assignees
Labels
No labels