You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to my understanding, the weights of the trained model were not binarized directly.
So, do I need to binarize the trained model with parameter 'scale' and then re-save the model?
The text was updated successfully, but these errors were encountered:
Hi, I trained one model using res50. And I tried to convert the trained models to binarized ones. Unfortunately, never succeed.
I found the parameter 'alphas_' in 'binary_conv_layer.cpp', but I have no idea how to extract the parameter in trained models.
Could you pls send me ([email protected]) some script example for reference.
Thanks a lot.
According to my understanding, the weights of the trained model were not binarized directly.
So, do I need to binarize the trained model with parameter 'scale' and then re-save the model?
The text was updated successfully, but these errors were encountered: