Commit Graph

255 Commits (f5159ba6bcdfd5ab5a593f369f42ccda21680717)

Author SHA1 Message Date
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
Jackwaterveg 4b225b7602
Merge pull request #858 from PaddlePaddle/ctc
5 years ago
Hui Zhang 0c08915207 ctc using nn.Dropout; ds2 libri vald batch_size / 4
5 years ago
huangyuxin 30b3e237e2 optimize the 1xt2x
5 years ago
huangyuxin 6dc32d185b Merge branch 'develop' of https://github.com/PaddlePaddle/DeepSpeech into release_model
5 years ago
huangyuxin 08281eca72 fix bug: bug of space id in score.cpp, add detokenize
5 years ago
huangyuxin db831ae702 fix the text_featurize
5 years ago
huangyuxin cb49aba64f fix the ctc.cpp bug
5 years ago
huangyuxin f6c9976189 Merge branch 'develop' of https://github.com/PaddlePaddle/DeepSpeech into release_model
5 years ago
Hui Zhang 30563981f0 replace space when build vocab
5 years ago
Hui Zhang 86f34784e3 fix import
5 years ago
Hui Zhang 4c098a0f33 explit space as <space>
5 years ago
huangyuxin 4a1d3ad9b3 fix the bug of parallel using condition
5 years ago
huangyuxin 285e0c9cad merge the change
5 years ago
Hui Zhang 8e16315ada librispeech s1 support multi process decode and sclite
5 years ago
Hui Zhang 83a5e0f8d6 using jsonlines to read manifest and dump decode result
5 years ago
Hui Zhang 33b8790252 refactor avg_model; fix set_value not support start==end
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
huangyuxin 264bba760b fix the bug: read space as unk
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 ecb5d4f862
Merge pull request #847 from PaddlePaddle/resume_train
5 years ago
Hui Zhang bab29b94f1 fix train log
5 years ago
huangyuxin 7e96942c58 Merge branch 'develop' of https://github.com/PaddlePaddle/DeepSpeech into release_model
5 years ago
huangyuxin f0184352f5 change the code format to 2.x style
5 years ago
Hui Zhang 56e55c2171 not save ckpt when except, since resume train will increase epoch and step
5 years ago
Hui Zhang 431106b986 fix bugs
5 years ago
Hui Zhang 676d160dfa more resume ckpt info
5 years ago
Hui Zhang daaa72a606 resuem train with epoch and iteration increase
5 years ago
Hui Zhang 7775abd727 fix prof switch
5 years ago
Hui Zhang 6ae6ca85b7 more prof log
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 cd001d5daf change type_as to astype
5 years ago
Hui Zhang 16e60160f8
Kaldi (#839)
5 years ago
Hui Zhang 9fb349f935 fix benchmark cli
5 years ago