From 9f1a7897cb245dff157b94f18a9632e7c6d0399f Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Thu, 30 Nov 2023 20:20:22 +0900 Subject: [PATCH] 3rd --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 494c17f..2c93545 100644 --- a/run.py +++ b/run.py @@ -67,7 +67,7 @@ with tf.device('/GPU:0'): keras.layers.Dense(1000, activation='relu'), keras.layers.Dense(10, activation='sigmoid') ]) - + # g model.compile(optimizer='SGD', loss='categorical_crossentropy', metrics=['accuracy'])