Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ if (should_train_model=='1'): #train model
|
|
68 |
#settings
|
69 |
model_save_path = path_to_save_trained_model_to
|
70 |
bias_non_fleet = 1.0
|
71 |
-
epochs_to_run =
|
72 |
|
73 |
#file_path_train = train_file + ".csv"
|
74 |
#file_path_test = test_file + ".csv"
|
|
|
68 |
#settings
|
69 |
model_save_path = path_to_save_trained_model_to
|
70 |
bias_non_fleet = 1.0
|
71 |
+
epochs_to_run = 15
|
72 |
|
73 |
#file_path_train = train_file + ".csv"
|
74 |
#file_path_test = test_file + ".csv"
|