diff --git a/few_shot_tests.py b/few_shot_tests.py index f488139..10e2471 100755 --- a/few_shot_tests.py +++ b/few_shot_tests.py @@ -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):