Nabu-asr
|
this file will do the training More...
Functions | |
def | nabu.scripts.train.train (clusterfile, job_name, task_index, ssh_command, expdir, testing=False) |
does everything for asr training More... | |
this file will do the training
def nabu.scripts.train.train | ( | clusterfile, | |
job_name, | |||
task_index, | |||
ssh_command, | |||
expdir, | |||
testing = False |
|||
) |
does everything for asr training
clusterfile | the file where all the machines in the cluster are specified if None, local training will be done |
job_name | one of ps or worker in the case of distributed training |
task_index | the task index in this job |
ssh_command | the command to use for ssh, if 'None' no tunnel will be |
created | |
expdir | the experiments directory |
testing | if true only the graph will be created for debugging purposes |