Spaces:
Paused
Paused
Update app.py
Browse files
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 =
|
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"
|