MCPcopy Create free account

hub / github.com/amaas/stanford-ctc / functions

Functions252 in github.com/amaas/stanford-ctc

↓ 1 callersFunctiondisp_errs_by_pos
(err_by_pos, out_file)
ctc_fast/swbd-utils/errorAnalysis.py:20
↓ 1 callersFunctionedit_distance
Edit distance between two sequences reference (ref) and hypothesis (hyp). Returns edit distance, number of insertions, deletions and substitu
ctc/editDistance.py:3
↓ 1 callersFunctionfixColumnWidth
(table,$headers)
ctc_fast/viewer/jquery.tablesorter.min.js:4
↓ 1 callersFunctionformatSortingOrder
(v)
ctc_fast/viewer/jquery.tablesorter.min.js:4
↓ 1 callersMethodfromFile
(self, fid)
ctc_fast/sgd.py:44
↓ 1 callersMethodgetDataAsynch
(self)
ctc_fast/dataLoader.py:22
↓ 1 callersFunctiongetNodeFromRowAndCellIndex
(rows,rowIndex,cellIndex)
ctc_fast/viewer/jquery.tablesorter.min.js:3
↓ 1 callersFunctionget_char_map
(dataDir)
ctc_fast/runDecode.py:27
↓ 1 callersFunctionget_free_gpus
(node_name)
ctc_fast/runAll.py:13
↓ 1 callersFunctionget_free_gpus
Based off Awni's runAll.py
ctc_fast/cluster/utils.py:50
↓ 1 callersFunctionget_free_nodes
(cluster, parallel=True)
ctc_fast/cluster/utils.py:25
↓ 1 callersFunctionget_git_revision
()
ctc_fast/run_utils.py:31
↓ 1 callersFunctionget_next_free
Loops through node list, returns on first encounter with free gpu. Returns node name and device id if free, -1,-1 otherwise.
ctc_fast/runAll.py:29
↓ 1 callersFunctionget_phone_map_swbd
()
ctc/runNNet.py:143
↓ 1 callersFunctiongrad_check
(epsilon=1e-4)
ctc/ctc.py:142
↓ 1 callersFunctiongradcheck
Gradient check for model. model should at least implement two methods: costAndGradVec(param, *args) - takes a vectorized parameter a
py-simple-hybrid/gradcheck.py:6
↓ 1 callersFunctiongradcheck
(epsilon=1e-4)
ctc/nnet.py:214
↓ 1 callersFunctiongradcheck
Gradient check for model. model should at least implement two methods: costAndGradVec(param, *args) - takes a vectorized parameter a
ctc/gradcheck.py:6
↓ 1 callersMethodinitParams
Initialize parameters using 6/sqrt(fanin+fanout)
ctc_fast/nnets/brnnet.py:34
↓ 1 callersMethodinitParams
Initialize parameters using 6/sqrt(fanin+fanout)
ctc_fast/nnets/rnnet.py:31
↓ 1 callersMethodinitParams
Initialize parameters using 6/sqrt(fanin+fanout)
ctc/rnnet.py:59
↓ 1 callersFunctionisValueInArray
(v,a)
ctc_fast/viewer/jquery.tablesorter.min.js:4
↓ 1 callersFunctionis_node_free
(node_name)
ctc_fast/cluster/utils.py:8
↓ 1 callersFunctionlaunch
(node,outf,errf)
ctc_fast/runAll.py:72
↓ 1 callersFunctionloadPrefixTree
()
ctc_fast/decoder/prefixTree.py:86
↓ 1 callersFunctionload_hyp_txt
(file=merge_file)
ctc_fast/swbd-utils/convert_to_ctm.py:13
↓ 1 callersFunctionload_lm
()
ctc_fast/decoder/prefixTree.py:81
↓ 1 callersMethodload_words
ctc_fast/decoder/fastdecode/lm.cpp:22
↓ 1 callersFunctionmain
(args)
ctc_fast/compareHyps.py:15
↓ 1 callersFunctionmain
(args)
ctc_fast/edAlign.py:11
↓ 1 callersFunctionmain
Read in data
ctc_fast/swbd-utils/errorAnalysis.py:171
↓ 1 callersFunctionmain
(in_file, char_file, ali_file,num_to_print,lm_file=None)
ctc_fast/new_decoder/test_simple.py:7
↓ 1 callersMethodparamCount
(self)
ctc_fast/nnets/brnnet.py:88
↓ 1 callersMethodparamVec
(self)
py-simple-hybrid/gradcheck.py:51
↓ 1 callersMethodparamVec
(self)
ctc/gradcheck.py:51
↓ 1 callersFunctionread_cfg
(cfg_file, run_data)
ctc_fast/browse_runs.py:15
↓ 1 callersFunctionreboot_run
(run_dir, used_gpus)
ctc_fast/reboot_runs.py:11
↓ 1 callersFunctionremove_tmp_script
()
ctc_fast/runAll.py:68
↓ 1 callersFunctionreplace_contractions
(utt)
ctc_fast/swbd-utils/errorAnalysis.py:57
↓ 1 callersFunctionrun
(args=None)
ctc_fast/runNNet.py:23
↓ 1 callersFunctionrun
()
ctc_fast/runAll.py:77
↓ 1 callersFunctionrun
(args=None)
ctc_fast/analysis-utils/writeLikelihoods.py:57
↓ 1 callersFunctionrun
(args=None)
py-simple-hybrid/runNNet.py:12
↓ 1 callersFunctionrun
(args=None)
ctc/runNNet.py:12
↓ 1 callersMethodrun
Runs stochastic gradient descent with model as objective. Expects data in n x m matrix where n is feature dimension and m is number
py-simple-hybrid/sgd.py:41
↓ 1 callersFunctionrunNode
(node, job, opts)
ctc_fast/runDecode.py:170
↓ 1 callersFunctionrunParallel
(opts)
ctc_fast/runDecode.py:185
↓ 1 callersFunctionrunSeq
(opts)
ctc_fast/runDecode_new.py:23
↓ 1 callersFunctionrunSeq
(opts)
ctc_fast/runDecode.py:80
↓ 1 callersMethodrun_seq
Runs stochastic gradient descent with model as objective. Uses single utterances instead of minibatches
ctc/sgd.py:32
↓ 1 callersFunctionsample_continuation
(s, lm, order, alpha=1.0)
ctc_fast/clm/sample_clm.py:10
↓ 1 callersMethodsetViews
Sets view of gpu memory to be correct size for utterance.
ctc_fast/nnets/brnnet.py:96
↓ 1 callersMethodsetViews
Sets view of gpu memory to be correct size for utterance.
ctc_fast/nnets/rnnet.py:75
↓ 1 callersMethodsetViews
Sets view of gpu memory to be correct size for utterance.
ctc_fast/nnets/nnet.py:44
↓ 1 callersFunctiontest
(opts)
ctc_fast/runNNet.py:208
↓ 1 callersFunctiontest
(opts)
ctc/runNNet.py:106
↓ 1 callersFunctiontokenize
Reads swbd transcripts and builds swbd k to list of integer labels mapping.
util/swbd/write_alis.py:45
↓ 1 callersFunctiontouch_file
(fname)
ctc_fast/run_utils.py:43
↓ 1 callersFunctiontrimAndGetNodeText
(config,node)
ctc_fast/viewer/jquery.tablesorter.min.js:3
↓ 1 callersFunctionupdateHeaderSortCount
(table,sortList)
ctc_fast/viewer/jquery.tablesorter.min.js:4
↓ 1 callersMethodvecToStack
(self,vec)
py-simple-hybrid/nnet.py:103
↓ 1 callersMethodvecToStack
(self,vec)
ctc/rnnet.py:87
↓ 1 callersMethodvecToStack
(self,vec)
ctc/nnet.py:75
↓ 1 callersFunctionwriteUttHeader
Writes header for each utterance in Kaldi Style, assumes data written in float32 and C order.
ctc_fast/analysis-utils/writeLikelihoods.py:8
↓ 1 callersFunctionwrite_alis
Takes utterance to alignment mapping and splits it up into alignment files according to file structure of training set.
util/swbd/write_alis.py:84
↓ 1 callersFunctionwrite_ctm
()
ctc_fast/swbd-utils/convert_to_ctm.py:18
↓ 1 callersFunctionwrite_tmp_script
(momentum,layerSize,numLayers,step, anneal,temporalLayer,deviceId)
ctc_fast/runAll.py:41
MethodBOOST_FOREACH
ctc_fast/decoder/fastdecode/prefix_tree.h:40
FunctionBOOST_PYTHON_MODULE
ctc_fast/decoder/fastdecode/decoder.cpp:211
MethodPrefixHyp
ctc_fast/decoder/fastdecode/decoder.h:18
MethodPrefixTree
ctc_fast/decoder/fastdecode/prefix_tree.h:29
MethodPrefixTreeNode
ctc_fast/decoder/fastdecode/prefix_tree.h:18
Method__init__
(self, **entries)
ctc_fast/run_utils.py:20
Method__init__
(self, time=datetime.datetime.today())
ctc_fast/run_utils.py:60
Method__init__
filedir_feat: directory for feature and key files filedir_ali: directory for alignment files. Assumed same as filedir if not given
ctc_fast/dataLoader.py:7
Method__init__
(self,model,maxBatch,alpha=1e-2,optimizer='nesterov', momentum=0.9, maxGradNorm=1500)
ctc_fast/sgd.py:10
Method__init__
(self,inputDim,outputDim,layerSize,numLayers,maxBatch, train=True, temporalLayer=-1, reg=0.0)
ctc_fast/nnets/brnnet.py:10
Method__init__
(self,inputDim,outputDim,layerSize,numLayers,maxBatch, train=True,temporalLayer=-1)
ctc_fast/nnets/rnnet.py:8
Method__init__
(self,inputDim,outputDim,layerSize,numLayers,maxBatch,train=True)
ctc_fast/nnets/nnet.py:7
Method__init__
(self)
ctc_fast/decoder/prefixTree.py:29
Method__init__
(self,chars,words,lm)
ctc_fast/decoder/prefixTree.py:36
Method__init__
(self,inputDim,outputDim,layerSize,numLayers,maxBatch, train=True,temporalLayer=-1)
ctc_fast/debug-utils/rnnetcpu.py:7
Method__init__
(self,filedir,rawsize,imgsize)
py-simple-hybrid/dataLoader.py:5
Method__init__
(self,inputDim,outputDim,layerSizes,mbSize=256,train=True, activation='relu')
py-simple-hybrid/nnet.py:33
Method__init__
(self,model,alpha=1e-2,minibatch=256, optimizer='momentum',momentum=0.9)
py-simple-hybrid/sgd.py:9
Method__init__
(self, param)
py-simple-hybrid/gradcheck.py:45
Method__init__
temporalLayer indicates which layer is recurrent. <= 0 indicates no recurrernce
ctc/rnnet.py:39
Method__init__
(self,filedir,rawsize,imgsize)
ctc/dataLoader.py:6
Method__init__
(self,inputDim,outputDim,layerSizes,train=True, activation='relu')
ctc/nnet.py:35
Method__init__
(self,model,alpha=1e-2,optimizer='momentum',momentum=0.9)
ctc/sgd.py:8
Method__init__
(self, param)
ctc/gradcheck.py:45
Method__str__
(self)
ctc_fast/run_utils.py:63
Functionadd_config_val
(key, val, fname)
ctc_fast/run_utils.py:24
Methodadd_path
ctc_fast/decoder/fastdecode/prefix_tree.cpp:3
FunctioncheckCellColSpan
(table,rows,row)
ctc_fast/viewer/jquery.tablesorter.min.js:4
Functioncomp_prefix_pair
ctc_fast/decoder/fastdecode/decoder.cpp:35
Functioncompute_bigrams
Compute bigrams with smoothing. Save in bigrams.bin.
util/swbd/write_alis.py:108
MethodcostAndGradSFO
Wrapper function used for SFO optimizer.
ctc/nnet.py:93
MethodcostAndGradVec
Vectorized version of costAndGrad
py-simple-hybrid/nnet.py:117
MethodcostAndGradVec
Vectorized version of CTC cost data is a single utterance. Each column is a time index [0...T]
ctc/rnnet.py:122
← previousnext →101–200 of 252, ranked by callers