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

Improved launchForCluster

parent b1a602de
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ stdoutStr = "-o %x.stdout"
stderrStr = "-e %x.stderr"
modules = ["userspace/all", "boost/gcc72/1.65.1"]
configPrefix = "UD_ROOT=~/ud/ud-treebanks-all/"
commandStr = "./train.sh . %s %s --interactive 0 %s"
commandStr = "./train.sh . %s %s --interactive 0 --printTime %s"
def waitUntilDirExists(dirPath) :
while not os.path.isdir(dirPath) :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment