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
If I'm adding nn.linear into the network. Can it get binarized? I have passed it through BinActiveZ . Is this all I need to do? Where should I change in the updateBinaryGradWeight and binarizeConvParms
Because in binarizeConvParms it only binarized the ConvNode right?
The text was updated successfully, but these errors were encountered:
Hi
If I'm adding nn.linear into the network. Can it get binarized? I have passed it through
BinActiveZ
. Is this all I need to do? Where should I change in theupdateBinaryGradWeight
andbinarizeConvParms
Because in
binarizeConvParms
it only binarized the ConvNode right?The text was updated successfully, but these errors were encountered: