Browse Source

[Exp] Add taskhub to run exps all in once.

v0.2.x
jajupmochi 4 years ago
parent
commit
ac78c8517a
1 changed files with 3 additions and 0 deletions
  1. +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)

Loading…
Cancel
Save