Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
•
a6274a2
1
Parent(s):
0127ced
Update main.py
Browse files
main.py
CHANGED
@@ -43,6 +43,7 @@ def preprocess():
|
|
43 |
def train():
|
44 |
input_shape = (28, 28, 1)
|
45 |
x_train, y_train, x_test, y_test = preprocess()
|
|
|
46 |
|
47 |
model = keras.Sequential(
|
48 |
[
|
|
|
43 |
def train():
|
44 |
input_shape = (28, 28, 1)
|
45 |
x_train, y_train, x_test, y_test = preprocess()
|
46 |
+
num_classes = 10
|
47 |
|
48 |
model = keras.Sequential(
|
49 |
[
|