Commit
·
e977585
1
Parent(s):
d650f60
update __main__
Browse files
script.py
CHANGED
@@ -99,4 +99,4 @@ def train_model(training_dataset, training_config):
|
|
99 |
|
100 |
print(f"Best model saved to: {best_model_path}")
|
101 |
if __name__=="__main__":
|
102 |
-
|
|
|
99 |
|
100 |
print(f"Best model saved to: {best_model_path}")
|
101 |
if __name__=="__main__":
|
102 |
+
train_model()
|