getting somewhere i swear

This commit is contained in:
anon
2024-10-06 21:48:24 +02:00
parent 95c847b9a1
commit 27338a3481
6 changed files with 75 additions and 51 deletions

View File

@ -24,6 +24,7 @@ model = keras.Sequential([
),
layers.Flatten(),
layers.Dense(64, activation='relu'),
layers.Dense(64, activation='relu'),
layers.Dense(MAX_SHIMS) #activation='softmax'
])