From a564b1011431e736c2be629dd7ec061ee987426c Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 28 Jul 2023 00:11:26 +0200 Subject: [PATCH] Add files via upload --- functions/make_cnn_v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/make_cnn_v2.py b/functions/make_cnn_v2.py index 2dd09f3..db4eba1 100644 --- a/functions/make_cnn_v2.py +++ b/functions/make_cnn_v2.py @@ -225,7 +225,7 @@ def make_cnn( temp_image = cnn[layer_counter](temp_image) logger.info( ( - f"After layer {layer_counter}: {int(temp_image.shape[1])}, " + f"After layer {layer_counter} (Softmax Power Layer): {int(temp_image.shape[1])}, " f"{int(temp_image.shape[2])}, " f"{int(temp_image.shape[3])}, " f"train bias: {cnn[-1].train_bias}, "