Spaces:
Runtime error
Runtime error
initial_4_lol
Browse files
app.py
CHANGED
@@ -225,7 +225,7 @@ cached_train = train.shuffle(int(df.shape[0]*0.9)).batch(int(df.shape[0]*0.9)).c
|
|
225 |
|
226 |
cached_test = test.batch(int(df.shape[0]*0.1)).cache()
|
227 |
|
228 |
-
path = os.path.join("/", "model/")
|
229 |
|
230 |
|
231 |
cp_callback = tf.keras.callbacks.ModelCheckpoint(
|
|
|
225 |
|
226 |
cached_test = test.batch(int(df.shape[0]*0.1)).cache()
|
227 |
|
228 |
+
path = os.path.join("/home/user/app/", "model/")
|
229 |
|
230 |
|
231 |
cp_callback = tf.keras.callbacks.ModelCheckpoint(
|