From d8163901e97d683e02b5eb64e89b0e23ebe1c1b0 Mon Sep 17 00:00:00 2001 From: Smiril Date: Sun, 10 Jul 2022 16:37:35 +0200 Subject: [PATCH] Update m1_tf_test.py --- m1_tf_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m1_tf_test.py b/m1_tf_test.py index 7679a33..8afb513 100644 --- a/m1_tf_test.py +++ b/m1_tf_test.py @@ -27,4 +27,4 @@ model.compile(optimizer='adam', model.fit(x_train, y_train, epochs=10) model.build() model.summary() -sys.exit() +