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