From 8bc9f7d1b06f3dc16239d5cddf328728f4cd2dfc Mon Sep 17 00:00:00 2001 From: BIT2024 Date: Tue, 20 Aug 2024 14:55:45 +0800 Subject: [PATCH] ADD file via upload --- run.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 run.py diff --git a/run.py b/run.py new file mode 100644 index 0000000..2a002d4 --- /dev/null +++ b/run.py @@ -0,0 +1,7 @@ +import os + +cmd = 'python train_clip.py' +os.system(cmd) + +cmd = 'python test_clip.py' +os.system(cmd) \ No newline at end of file