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 set use_bias = True in binarynet or xnornet, these vars are not defined:
self.output_dim
self.bias_initializer
self.bias_regularizer
self.bias_constraint
according the source code in keras layers/convolutional.py, I modify code as follows:
If I set use_bias = True in binarynet or xnornet, these vars are not defined:
self.output_dim
self.bias_initializer
self.bias_regularizer
self.bias_constraint
according the source code in keras layers/convolutional.py, I modify code as follows:
so as class BinaryConv2D but set self.output_dim = self.filters
The text was updated successfully, but these errors were encountered: