From b2f1ba29bbeaf3bd77d7b2aac196f821d83312b2 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 1 Sep 2022 18:05:33 +0100 Subject: [PATCH] debug a --- aimodel/src/lib/ai/components/convnext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aimodel/src/lib/ai/components/convnext.py b/aimodel/src/lib/ai/components/convnext.py index 7690c60..8e706ae 100644 --- a/aimodel/src/lib/ai/components/convnext.py +++ b/aimodel/src/lib/ai/components/convnext.py @@ -55,7 +55,7 @@ def convnext( classifier_activation = 'softmax' # Note that we CAN'T add data_format here, 'cause Dense doesn't support specifying the axis ): - + print("convnext:shape IN x", x.shape) assert len(depths) == len(dims) def forward_features(x):