Skip to content
Snippets Groups Projects
Commit 2ab427d4 authored by Franck Dary's avatar Franck Dary
Browse files

corrected bug in launchBatches

parent 8dc1f99d
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ def launchTrainOar(mode, expName, arguments, nbHours, jobIndex) :
command += " -O %s.stdout"%expName
command += " -p \"gpu IS NOT NULL\""
command += " -l walltime=%d:00:00"%nbHours
command += " \"" + "./train.sh %s bin/%s %s --silent %s"%(mode,expName,arguments,devScore) + "\""
command += " \'" + "./train.sh %s bin/%s %s --silent %s"%(mode,expName,arguments,devScore) + "\'"
os.system(command)
###############################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment