From 2b5ca3ad0d7c06f2b61d04d5a2efc9bca3b54937 Mon Sep 17 00:00:00 2001 From: detlef Date: Mon, 26 Aug 2019 11:26:45 +0200 Subject: [PATCH] - bias output moved to --debug --- few_shot_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):