Nabu-asr
Functions | Variables
train.py File Reference

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...
 

Variables

 nabu.scripts.train.FLAGS = tf.app.flags.FLAGS
 
 nabu.scripts.train.clusterfile
 
 nabu.scripts.train.job_name
 
 nabu.scripts.train.task_index
 
 nabu.scripts.train.ssh_command
 
 nabu.scripts.train.expdir
 
 nabu.scripts.train.testing
 

Detailed Description

this file will do the training

Function Documentation

§ train()

def nabu.scripts.train.train (   clusterfile,
  job_name,
  task_index,
  ssh_command,
  expdir,
  testing = False 
)

does everything for asr training

Parameters
clusterfilethe file where all the machines in the cluster are specified if None, local training will be done
job_nameone of ps or worker in the case of distributed training
task_indexthe task index in this job
ssh_commandthe command to use for ssh, if 'None' no tunnel will be
created
expdirthe experiments directory
testingif true only the graph will be created for debugging purposes