This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
BIT2024
/
clip
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
ADD file via upload
master
BIT2024
1 year ago
parent
f0bfdbe5d6
commit
8bc9f7d1b0
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save