Commit Graph

331 Commits (a107b75bac60112fe535aef26e6981606675eba7)

Author SHA1 Message Date
Hui Zhang 8e16315ada librispeech s1 support multi process decode and sclite
3 years ago
Hui Zhang 83a5e0f8d6 using jsonlines to read manifest and dump decode result
3 years ago
Hui Zhang 33b8790252 refactor avg_model; fix set_value not support start==end
3 years ago
Hui Zhang 9d5eb74066 fix decode json file
3 years ago
Hui Zhang ae87bc8c7a dump decode result as jsonlines
3 years ago
Hui Zhang c6e8a33b73 fix set_device; more utils; args.opts support multi same name
3 years ago
huangyuxin 264bba760b fix the bug: read space as unk
3 years ago
Hui Zhang 913b2300c3 nprocs 0 for cpu, other for gpu
3 years ago
Hui Zhang 98b15eda05 batch WaveDataset
3 years ago
Hui Zhang ecb5d4f862
Merge pull request #847 from PaddlePaddle/resume_train
3 years ago
Hui Zhang bab29b94f1 fix train log
3 years ago
huangyuxin 7e96942c58 Merge branch 'develop' of https://github.com/PaddlePaddle/DeepSpeech into release_model
3 years ago
huangyuxin f0184352f5 change the code format to 2.x style
3 years ago
Hui Zhang 56e55c2171 not save ckpt when except, since resume train will increase epoch and step
3 years ago
Hui Zhang 431106b986 fix bugs
3 years ago
Hui Zhang 676d160dfa more resume ckpt info
3 years ago
Hui Zhang daaa72a606 resuem train with epoch and iteration increase
3 years ago
Hui Zhang 7775abd727 fix prof switch
3 years ago
Hui Zhang 6ae6ca85b7 more prof log
3 years ago
Hui Zhang 7ae204eb0f fix log for u2
3 years ago
Hui Zhang 282914f45b
Merge branch 'develop' into fix_varbase
3 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
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
Hui Zhang 16e60160f8
Kaldi (#839)
3 years ago
Hui Zhang 9fb349f935 fix benchmark cli
3 years ago
Hui Zhang 054e099b28 format
3 years ago
Hui Zhang 0e91d26ae3 fix log; add report to trainer
3 years ago
Hui Zhang 6de20de3f8 rename reporter.scope to ObsScope
3 years ago
Hui Zhang 576e94da04 log interval 1 when benchmark
3 years ago
Hui Zhang d7a33b9d5e update config with contextlib
3 years ago
Hui Zhang cda6ca8323 add benchmark flags, and logic
3 years ago
Hui Zhang c75082295a varbase getitem support np.longlong since paddle 2.2.0RC
3 years ago
Hui Zhang a997b5a61c rename ckpt suffix to np
3 years ago
Hui Zhang 16b9c33deb format
3 years ago
Hui Zhang 3a5258f6a0 lr and opt param will restore from ckpt, so we do not set lr manully
3 years ago
Hui Zhang 7907319288 fix profiler
3 years ago
Hui Zhang 5fdda953b9 add op profiling
3 years ago
Hui Zhang 256e9c1b9c more doc for egs
3 years ago
Hui Zhang 3843372958 u2 with chianer updater
3 years ago
Hui Zhang 2480be8ebc timer info for st,u2 kaldi
3 years ago
Hui Zhang 85674d22d4 fix bugs
3 years ago
Hui Zhang f0470e0529 not dump all grad info, since slow down train porcess
3 years ago
Hui Zhang 8fef667f80 fix u2 ctc config bugs
3 years ago
Hui Zhang 8873ebe38c add timer for u2; refactor grad norm type
3 years ago
Hui Zhang 890a28f9bf add more ctc conf
3 years ago
Hui Zhang 65e666378d add timer info
3 years ago
Jackwaterveg 59766313b1
Merge pull request #817 from PaddlePaddle/ctc
3 years ago
Jackwaterveg 7d0204e9fe
Merge pull request #816 from PaddlePaddle/bool_mul
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 c29ee83a46 add timer
3 years ago
Hui Zhang 244132c1c4 fix activation
3 years ago
Hui Zhang 7e136d0893 support no_sync for backward; ds support accum grad
3 years ago
Hui Zhang 184d30dd9c relase librispeech audio max len to 30 second
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 7181e427af
Merge pull request #786 from Jackwaterveg/ds2_online
3 years ago
Jackwaterveg 5890c84c91
Merge pull request #793 from PaddlePaddle/seed
3 years ago
Hui Zhang 341038b626 ds2 offline cer 6p4287
3 years ago
TianYuan 5972955f62 fix glu
3 years ago
huangyuxin 2451a177b0 fix paddling len bug
3 years ago
huangyuxin 317ffea5e5 simplify the code
3 years ago
huangyuxin 2b3b985227 fix paddling len
3 years ago
huangyuxin 1f050a4d01 make the code simple
3 years ago
huangyuxin 7ab022e1cc Merge branch 'develop' of https://github.com/PaddlePaddle/DeepSpeech into ds2_online_export
3 years ago
Hui Zhang 673cc4a081 seed all with log; and format
3 years ago
huangyuxin 2e77c3c378 Merge branch 'develop' of https://github.com/PaddlePaddle/DeepSpeech into ds2_online_export
3 years ago
huangyuxin 0d0b581181 add static_forward_online and static_forward_offline
3 years ago
Hui Zhang 14ac780658 fix trainer when dataloader not using batch_sampler
3 years ago
Hui Zhang cfdca210ff chaner style updater
3 years ago
huangyuxin 92617f0802 Merge branch 'develop' of https://github.com/PaddlePaddle/DeepSpeech into ds2_online_export
3 years ago
huangyuxin db042a2974 Merge branch 'develop' of https://github.com/PaddlePaddle/DeepSpeech into ds2_online_export
3 years ago
Hui Zhang d1db859657 fix dataloader pickle bugs
3 years ago
huangyuxin 564b6b6824 fix conflict
3 years ago
huangyuxin 40466ef669 Merge branch 'develop' of https://github.com/PaddlePaddle/DeepSpeech into ds2_online
3 years ago
huangyuxin b3d27e4bbb merge the develop
3 years ago
huangyuxin b585684bf4 add function: test export
3 years ago
Hui Zhang 8215bd0e79 fix load vocab; zero W for not warptime
3 years ago
Hui Zhang fd3491ba1b fix dataloader batchsize and minibatchsize
3 years ago
Hui Zhang b56f899b76
Merge pull request #782 from PaddlePaddle/espnet
3 years ago
huangyuxin 2d3b2aed05 add seed in argparse
3 years ago
Hui Zhang 561d5cf085 refactor feature, dict and argument for new config format
3 years ago
TianYuan 2c75c923b9 fix_mfa
3 years ago
Jackwaterveg 9ac6d65a2a
Merge pull request #780 from Jackwaterveg/ds2_online
3 years ago
Hui Zhang 27daa92a81 using to_static
3 years ago
Hui Zhang aab02997f9 fix specaug config
3 years ago
huangyuxin 9068c0d4f9 Merge branch 'HEAD_1' into ds2_online
3 years ago
Hui Zhang 782f6be42d (D,T) to (T, D); time warp
3 years ago
Hui Zhang d9a3864072
Merge pull request #776 from PaddlePaddle/aug
3 years ago
Hui Zhang 50f10f37ae support replace with mean by aug
3 years ago
huangyuxin d065824bd3 fix the bug of 'import path error' for ds2
3 years ago
huangyuxin 718407b77d add seed
3 years ago
Hui Zhang d64cdc7838 fix
3 years ago
Hui Zhang c484d537c2 add assert
3 years ago
Hui Zhang a3e86dd8b5 fix call
3 years ago
Hui Zhang c81743403a fix
3 years ago
Hui Zhang c09b0e8940 fix specaug
3 years ago
Hui Zhang 4725bace4e fix
3 years ago
Hui Zhang 9de0343807 fix augment
3 years ago
Hui Zhang 9dace62581 fix augmentation
3 years ago
Hui Zhang 0ab299a842 test bin
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 0c4caa65d5 fix docstring
3 years ago
Hui Zhang 4af774d8f0 add dataloader; check augmenter base class type
3 years ago
Hui Zhang 64cf538e17 refactor converter
3 years ago
Hui Zhang 7d133368e5 fix bugs
3 years ago
Hui Zhang 44ec19317f refactor io
3 years ago
Hui Zhang 8939994d75 refactor augmentation interface
3 years ago
Hui Zhang 5ae639196c fix dataloader
3 years ago
Hui Zhang e3d73acd37 fix io; add test
3 years ago
Hui Zhang 4b5410eecd remove fixed hack api
3 years ago
Hui Zhang 86e42f3d21 more data utils
3 years ago
Hui Zhang 7b649af8d7 add batchfy
3 years ago
Hui Zhang 99dfe04515 test w/ all example
3 years ago
huangyuxin e1a2cfef7f fix the resume bug: the lr is not related to iteration, but epoch
3 years ago
huangyuxin 61fe292c47 Merge branch 'develop' of https://github.com/PaddlePaddle/DeepSpeech into ds2_online
3 years ago
huangyuxin 718ae52e3f add from_config function to ds2_oneline and ds2
3 years ago
huangyuxin 7a3d164122 fix the bidirect rnn, add deepspeech2.yaml for aishell, tiny, librispeech
3 years ago
huangyuxin 85d5021475 reconstruct the exp/model.py and the model.export()
3 years ago
Hui Zhang e76123d418 rm useless
3 years ago
Hui Zhang 820b4db287 with all args for scheduler
3 years ago
Hui Zhang c4da9a7f3a filter key by class signature, no print tensor
3 years ago
Hui Zhang 3912c255ef support noam lr and opt
3 years ago
Hui Zhang 1cd4d4bf83 fix tiny conf and refactor optimizer and scheduler
3 years ago
Hui Zhang cc813b18d3 fix install and format code
3 years ago
huangyuxin 319228653e fix some small mistakes
3 years ago
huangyuxin 61d8540451 reconstruct the export function and the run.sh in aishell and librispeech
3 years ago
Junkun 515497ae1f refine the code
3 years ago
Junkun ac0ae57ef2 add collactor and evaluation code for ST
3 years ago
huangyuxin 722c55e4c5 reconstruct the rnn state, from list to tensor
3 years ago
huangyuxin 8f062cad6b fixed the small problems
3 years ago
Junkun 0323151912 add u2 st
3 years ago
huangyuxin 3fb9f6885a complete model export for ds2_online
3 years ago
Hui Zhang ccdfd5b342 format
3 years ago
huangyuxin e8a3913422 merge develop_ds2_online
3 years ago
huangyuxin 2f64ae6495 not change decoder
3 years ago
huangyuxin 6c484923a4 solve the conflicts
3 years ago
huangyuxin 4b5cbe9a12 ds2_online alignment, include prob_chunk_forward, prob_chunk_by_chunk_forward
3 years ago
huangyuxin fccecf9976 add strip for CUDA_VISIBLE_DEVICES
3 years ago
huangyuxin eacad8cf60 fix the bug: can not use the CPU to test the model
3 years ago
huangyuxin d398270f95 æ˜å增加了chunk_by_chunk,初步测试å通过ã
3 years ago
huangyuxin 2537221b61 Complete the modification according to the comments
3 years ago
huangyuxin 745df04f28 complete the pipline of tiny
3 years ago
huangyuxin e4ef8ed31e add the subsampling as conv
3 years ago
huangyuxin 6baf9f0620 跑通了deeppseech_online的流程
3 years ago
Jackwaterveg 8716386464
Update model.py
3 years ago