Rubens commited on
Commit
50a738c
·
1 Parent(s): ddfffbd

initial_4_lol

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(