Commit Graph

151 Commits (2fa681237f80c544cbfa4b9e043f94d2f005396c)

Author SHA1 Message Date
Hui Zhang 2fa681237f
Merge pull request #955 from Jackwaterveg/fix
5 years ago
huangyuxin b966bb8a31 fix the run_test in test_export
5 years ago
Hui Zhang 980944dab1
Merge pull request #952 from Jackwaterveg/dev_transformerLM
5 years ago
huangyuxin d64f6e9ea5 Add the feature: caculating the perplexity of transformerLM
5 years ago
huangyuxin 02083cdbd6 fix the bug of 'dev/null' and the test_export
5 years ago
huangyuxin e66da76db9 fix the bug of chooing dataloader, remove the log of downloads lm, change the epoch in tiny
5 years ago
Hui Zhang 5ffccbd5c9 exp with eval mode
5 years ago
Hui Zhang dfd80b3aa2 recog into decoders, format code
5 years ago
Hui Zhang a4e27da64b decoder with ctc prefix score
5 years ago
huangyuxin b53171694e releace the <space> with ' ' in ctcdecoder
5 years ago
huangyuxin b1a90d4d7a add hub for s1 in aishell and librispeech
5 years ago
Hui Zhang 97136fe97f trainer eval when not train
5 years ago
Hui Zhang feaf71d468 u2 kaldi mutli process test with batchsize one
5 years ago
Hui Zhang d14e56476f multi workers for valid dataloader
5 years ago
Hui Zhang dd06472432 extract ctc_align into ctc_utils
5 years ago
Hui Zhang 8b45c3e65e refactor trainer.py and rm ueseless dir setup code
5 years ago
Hui Zhang eb4b389262 more log; refactor ctc decoders; rm useless code
5 years ago
Hui Zhang 37563d975e ds2 model_type more info
5 years ago
Hui Zhang 466672e1de no_sync if paddle support else nullcontext
5 years ago
Hui Zhang d05baeb6b0 update ted zh en
5 years ago
huangyuxin ebde17af20 add input checker for hub
5 years ago
Hui Zhang e0f91b0994
Merge pull request #865 from PaddlePaddle/collator
5 years ago
Hui Zhang 856d641c9c multi worker for dataloader
5 years ago
Hui Zhang b7b1bda34f test refactor collator
5 years ago
Jackwaterveg 00d7654273
Merge pull request #864 from PaddlePaddle/collator
5 years ago
Hui Zhang 32aaf403b5
Merge pull request #861 from PaddlePaddle/ctc
5 years ago
Hui Zhang f628e21816 refactor kaldi/tarfile loader, st and asr collator
5 years ago
Hui Zhang 77c38dd521
Merge pull request #862 from Jackwaterveg/Hub
5 years ago
huangyuxin 1a46125175 add bin for hub
5 years ago
Hui Zhang f7d7e70cb2 more ctc check; valid dataloader with num workers
5 years ago
huangyuxin 9c37d10992 optimize the log
5 years ago
Hui Zhang 0c08915207 ctc using nn.Dropout; ds2 libri vald batch_size / 4
5 years ago
huangyuxin 08281eca72 fix bug: bug of space id in score.cpp, add detokenize
5 years ago
Hui Zhang 9d5eb74066 fix decode json file
5 years ago
Hui Zhang ae87bc8c7a dump decode result as jsonlines
5 years ago
Hui Zhang c6e8a33b73 fix set_device; more utils; args.opts support multi same name
5 years ago
Hui Zhang 913b2300c3 nprocs 0 for cpu, other for gpu
5 years ago
Hui Zhang 98b15eda05 batch WaveDataset
5 years ago
Hui Zhang bab29b94f1 fix train log
5 years ago
Hui Zhang daaa72a606 resuem train with epoch and iteration increase
5 years ago
Hui Zhang 7ae204eb0f fix log for u2
5 years ago
Hui Zhang 282914f45b
Merge branch 'develop' into fix_varbase
5 years ago
Hui Zhang 231499a347 VarBase.__getitem__ work for np.int64, np.longlong; but __setitem_varbase__ not support paddle.int16/set_value op not support
5 years ago
Hui Zhang 000183ea49 tensor.size to tensor.shape
5 years ago
Hui Zhang 054e099b28 format
5 years ago
Hui Zhang 0e91d26ae3 fix log; add report to trainer
5 years ago
Hui Zhang 576e94da04 log interval 1 when benchmark
5 years ago
Hui Zhang d7a33b9d5e update config with contextlib
5 years ago
Hui Zhang cda6ca8323 add benchmark flags, and logic
5 years ago
Hui Zhang 3a5258f6a0 lr and opt param will restore from ckpt, so we do not set lr manully
5 years ago