Skip to content

Commit

Permalink
- bias output moved to --debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmic committed Aug 26, 2019
1 parent f07d7df commit 2b5ca3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion few_shot_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def build(self, input_shape):
shape=(1),
initializer=preset,
trainable=False)
print('bias_enable',self.bias_enable, K.eval(self.bias_enable[0]),'bias',self.bias,'weights')
print('bias_enable',self.bias_enable, K.eval(self.bias_enable[0]),'bias',debug(self.bias))
super(BiasLayer, self).build(input_shape) # Be sure to call this at the end

def set_bias(self, do_bias):
Expand Down

0 comments on commit 2b5ca3a

Please sign in to comment.