From 743c0bd11726d087e0d3daa3fe70c0903849bbba Mon Sep 17 00:00:00 2001 From: joaquintb Date: Sat, 4 May 2024 10:49:21 +0200 Subject: [PATCH] started training models script --- training_models/train_models.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 training_models/train_models.py diff --git a/training_models/train_models.py b/training_models/train_models.py new file mode 100644 index 0000000..d98b69f --- /dev/null +++ b/training_models/train_models.py @@ -0,0 +1,2 @@ +if __name__ == "__main__": + print("Hello World!") \ No newline at end of file -- 2.24.1