Commit Graph

57 Commits (a107b75bac60112fe535aef26e6981606675eba7)

Author SHA1 Message Date
Hui Zhang 6569ce123d lm embed and format code
3 years ago
Hui Zhang 871fc5b70d more utils to support kaldi/espnet data preocess
3 years ago
huangyuxin 9e2773dffb tiny change, not important
3 years ago
huangyuxin 418d85ef73 fix some bug and complete the recog.py
3 years ago
huangyuxin e4a9328c40 fix some bug and complete the recog.py
3 years ago
Hui Zhang e4ecfb22fd format code
3 years ago
Hui Zhang 6a9daa800d encoder.forward_one_step for prefix feat or ys
3 years ago
Hui Zhang 0cd30e48a9 fix no_pos call
3 years ago
Hui Zhang 12ea02fc48 fix no pos
3 years ago
Hui Zhang e76d51fda0 linear embed with relu
3 years ago
Hui Zhang 4f1a61011d add none pos embed
3 years ago
Hui Zhang 4566351127 add transformer lm and encoder score api
3 years ago
Hui Zhang 12f788dd0e
Merge branch 'develop' into join_ctc
3 years ago
Hui Zhang dfd80b3aa2 recog into decoders, format code
3 years ago
Hui Zhang a4e27da64b decoder with ctc prefix score
3 years ago
Hui Zhang 30499a7654 not change ctc grad manual
3 years ago
Hui Zhang f2f305cd66 add recog interface
3 years ago
huangyuxin b464e20a40 fix the bug of import ctc decoder
3 years ago
Hui Zhang 10a2da6808 format code
3 years ago
Hui Zhang 69bd17dcb2 refactor raw ctc decoder into ctcdecoder
3 years ago
Hui Zhang 8b45c3e65e refactor trainer.py and rm ueseless dir setup code
3 years ago
Hui Zhang 2691013232 ctcloss can work w/ paddle2.1.2, but loss larger than before
3 years ago
Hui Zhang 913ea33f29 remove conv and rnn uesless
3 years ago
Hui Zhang c8e96d732b bool logical, sum and multiply op; ctc grad norm; support old and new pd api
3 years ago
Hui Zhang f7d7e70cb2 more ctc check; valid dataloader with num workers
3 years ago
Hui Zhang 0c08915207 ctc using nn.Dropout; ds2 libri vald batch_size / 4
3 years ago
Hui Zhang 000183ea49 tensor.size to tensor.shape
3 years ago
Hui Zhang cd001d5daf change type_as to astype
3 years ago
Junkun 064d42137c fix norm_by_batchsize
3 years ago
Hui Zhang 8873ebe38c add timer for u2; refactor grad norm type
3 years ago
Jackwaterveg 59766313b1
Merge pull request #817 from PaddlePaddle/ctc
3 years ago
Hui Zhang 1a8c5278a1 export ctc grad norm config
3 years ago
Hui Zhang 6e4a3aff07 float_mul_bool type promote, lhs type promote to rhs type, https://github.com/PaddlePaddle/Paddle/pull/29265
3 years ago
Hui Zhang 244132c1c4 fix activation
3 years ago
huangyuxin 04d9db199f add blank_id parameter
3 years ago
Hui Zhang f54dc983b6 using bw rnn in ds2
3 years ago
Hui Zhang 797ca389fc paddle support some bool op
3 years ago
Hui Zhang e7b71d7860 import ctcdecoder when needed
3 years ago
Hui Zhang 341038b626 ds2 offline cer 6p4287
3 years ago
Hui Zhang ab23eb5710 fix for kaldi
3 years ago
Hui Zhang f05f367cc5
Merge pull request #756 from PaddlePaddle/filter
3 years ago
Hui Zhang 7d133368e5 fix bugs
3 years ago
Hui Zhang 4b5410eecd remove fixed hack api
3 years ago
huangyuxin 2537221b61 Complete the modification according to the comments
3 years ago
Hui Zhang 259781768e comment u2 model for easy understand
3 years ago
Hui Zhang 1cd88d2619
Merge pull request #657 from PaddlePaddle/add_utt
3 years ago
Haoxin Ma 8781ab58cf fix export and run.sh
3 years ago
Haoxin Ma a58b1cb30a add result output
3 years ago
Hui Zhang 69dfc2a5fa fix mask for bool type; fix other
3 years ago
Hui Zhang 4acaaba349 replace list zip by stack
3 years ago