Reyad-Ahmmed commited on
Commit
bcf8364
·
verified ·
1 Parent(s): 2ee72f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ if (should_train_model=='1'): #train model
70
  #settings
71
  model_save_path = path_to_save_trained_model_to
72
  bias_non_fleet = 1.0
73
- epochs_to_run = 15
74
 
75
  file_path_train = train_file + ".csv"
76
  file_path_test = test_file + ".csv"
 
70
  #settings
71
  model_save_path = path_to_save_trained_model_to
72
  bias_non_fleet = 1.0
73
+ epochs_to_run = 25
74
 
75
  file_path_train = train_file + ".csv"
76
  file_path_test = test_file + ".csv"