Browse Source

ADD file via upload

master
BIT2024 1 year ago
parent
commit
8bc9f7d1b0
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      run.py

+ 7
- 0
run.py View File

@@ -0,0 +1,7 @@
import os

cmd = 'python train_clip.py'
os.system(cmd)

cmd = 'python test_clip.py'
os.system(cmd)

Loading…
Cancel
Save