This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
graphkit-learn
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
2
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
[Exp] Add taskhub to run exps all in once.
v0.2.x
jajupmochi
4 years ago
parent
07478a5717
commit
ac78c8517a
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
gklearn/experiments/taskhub.py
+ 3
- 0
gklearn/experiments/taskhub.py
View File
@@ -24,3 +24,6 @@ if __name__ == '__main__':
command += 'cd ' + t['path'] + '\n'
command += 'python3 ' + t['file'] + '\n'
command += 'cd ' + '/'.join(['..'] * len(t['path'].split('/'))) + '\n'
import os
os.system(command)
Write
Preview
Loading…
Cancel
Save