Reyad-Ahmmed commited on
Commit
078dcf0
·
verified ·
1 Parent(s): 7818208

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ if (should_train_model=='1'): #train model
79
  #settings
80
  model_save_path = path_to_save_trained_model_to
81
  bias_non_fleet = 1.0
82
- epochs_to_run = 7
83
 
84
  file_path_train = train_file + ".csv"
85
  file_path_test = test_file + ".csv"
 
79
  #settings
80
  model_save_path = path_to_save_trained_model_to
81
  bias_non_fleet = 1.0
82
+ epochs_to_run = 1
83
 
84
  file_path_train = train_file + ".csv"
85
  file_path_test = test_file + ".csv"