MCPcopy Create free account

hub / github.com/ShigekiKarita/espnet-semi-supervised / functions

Functions49 in github.com/ShigekiKarita/espnet-semi-supervised

↓ 6 callersFunctionopen_kaldi_feat
(batch, reader)
python/asr_train_loop_th.py:27
↓ 5 callersMethodaverage
(self)
python/results.py:136
↓ 5 callersMethodbackward
(ctx, grad_output)
python/unsupervised.py:50
↓ 4 callersMethoddump
(self)
python/results.py:105
↓ 4 callersMethodepoch
(self, prefix, train)
python/results.py:63
↓ 4 callersMethodreport
(self, d)
python/results.py:125
↓ 4 callersMethodzero_state
(self, hpad)
python/unsupervised.py:197
↓ 3 callersMethod__init__
(self, idim, odim, args)
python/unsupervised.py:274
↓ 3 callersFunctiondet
(x)
python/unsupervised.py:62
↓ 3 callersFunctionlogdet
(x)
python/unsupervised.py:92
↓ 2 callersFunctioncov
(xs, m=None)
python/unsupervised.py:113
↓ 2 callersMethodelapsed_time
(self)
python/results.py:59
↓ 2 callersFunctiongauss_kld
(xs, ys, use_logdet=False, eps=float(np.finfo(np.float32).eps))
python/unsupervised.py:133
↓ 2 callersFunctionget_opt_param
()
python/retrain_loop_th.py:181
↓ 2 callersFunctionget_opt_param
()
python/asr_train_loop_th.py:255
↓ 2 callersFunctionget_parser
()
python/asr_train_loop_th.py:34
↓ 2 callersFunctionsetup
(args)
python/asr_train_loop_th.py:163
↓ 2 callersMethodsort_variables
(self, xs, sorted_index)
python/unsupervised.py:365
↓ 2 callersMethodsummary
(self)
python/results.py:97
↓ 2 callersFunctionto_float
(x, name)
python/results.py:15
↓ 1 callersMethodforward_common
(self, xpad, xlen)
python/unsupervised.py:371
↓ 1 callersFunctionfully_unpaired
insert values of next batch into prev batch (make key-value mismatch)
python/retrain_loop_th.py:89
↓ 1 callersMethodinit_like_chainer
Initialize weight like chainer chainer basically uses LeCun way: W ~ Normal(0, fan_in ** -0.5), b = 0 pytorch basically uses W, b ~ U
python/unsupervised.py:344
↓ 1 callersFunctionload_pretrained
(self, src_dict, idim, odim, args, train_batch, train_reader)
python/retrain_loop_th.py:42
↓ 1 callersFunctionmain
()
python/unsupervised_recog_th.py:22
↓ 1 callersFunctionmmd
(xs,ys,beta=1.0)
python/unsupervised.py:13
↓ 1 callersFunctionparameters
(model, exclude=None)
python/retrain_loop_th.py:70
↓ 1 callersFunctionplot_seq
(d, path)
python/results.py:26
↓ 1 callersMethodrecognize
E2E greedy/beam search :param x: :param recog_args: :param char_list: :return:
python/unsupervised.py:461
↓ 1 callersFunctionsetup_torch
(args)
python/asr_train_loop_th.py:140
↓ 1 callersFunctionshuffle_pair
(batch_list)
python/retrain_loop_th.py:27
Method__init__
(self, max_epoch, outdir=None, float_fmt="{}", report_every=100, logfun=default_print, option
python/results.py:42
Method__init__
(self, global_result, prefix, train)
python/results.py:87
Method__init__
(self, n_in, n_out, n_layers=1)
python/unsupervised.py:153
Method__init__
(self, eprojs, odim, dlayers, dunits, att, verbose=0)
python/unsupervised.py:181
Method__init__
(self, idim, odim)
python/unsupervised.py:251
Methodbackward
(ctx, grad_output)
python/unsupervised.py:81
Functioncpu_loader
(storage, location)
python/retrain_loop_th.py:39
Functioncpu_loader
(storage, location)
python/unsupervised_recog_th.py:98
Functiondefault_print
(*args, **kwargs)
python/results.py:37
Methodforward
(ctx, x)
python/unsupervised.py:42
Methodforward
(ctx, x, eps=0.0)
python/unsupervised.py:73
Methodforward
:param xpad: (batchsize x max(xlen)) LongTensor :return hpad: (batchsize x max(xlen) x n_out) FloatTensor :return hlen: lengt
python/unsupervised.py:160
Methodforward
Decoder forward :param hs: :param ys: :return:
python/unsupervised.py:200
Methodforward
(self, spack, tpack)
python/unsupervised.py:261
Methodforward
E2E forward (unsupervised) :param data: :return:
python/unsupervised.py:380
Functiontest_det
()
python/unsupervised.py:97
Functiontest_logdet
()
python/unsupervised.py:101
Functionunclamp_
>>> a = torch.FloatTensor([0.0, 1.0, -0.1, 0.1]) >>> unclamp(a, 0.5) [0.5, 1.0, -0.5, 0.5]
python/unsupervised.py:122