Commit Graph

229 Commits (f29caf8dee3e58acb120e2c7635a1ca3bd53ec7e)

Author SHA1 Message Date
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
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
Hui Zhang 054e099b28 format
5 years ago
Hui Zhang 0e91d26ae3 fix log; add report to trainer
5 years ago
Hui Zhang 6de20de3f8 rename reporter.scope to ObsScope
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 c75082295a varbase getitem support np.longlong since paddle 2.2.0RC
5 years ago
Hui Zhang a997b5a61c rename ckpt suffix to np
5 years ago
Hui Zhang 16b9c33deb format
5 years ago
Hui Zhang 3a5258f6a0 lr and opt param will restore from ckpt, so we do not set lr manully
5 years ago
Hui Zhang 7907319288 fix profiler
5 years ago
Hui Zhang 5fdda953b9 add op profiling
5 years ago
Hui Zhang 256e9c1b9c more doc for egs
5 years ago
Hui Zhang 3843372958 u2 with chianer updater
5 years ago
Hui Zhang 2480be8ebc timer info for st,u2 kaldi
5 years ago
Hui Zhang 85674d22d4 fix bugs
5 years ago
Hui Zhang f0470e0529 not dump all grad info, since slow down train porcess
5 years ago
Hui Zhang 8fef667f80 fix u2 ctc config bugs
5 years ago
Hui Zhang 8873ebe38c add timer for u2; refactor grad norm type
5 years ago
Hui Zhang 890a28f9bf add more ctc conf
5 years ago
Hui Zhang 65e666378d add timer info
5 years ago
Jackwaterveg 59766313b1
Merge pull request #817 from PaddlePaddle/ctc
5 years ago
Jackwaterveg 7d0204e9fe
Merge pull request #816 from PaddlePaddle/bool_mul
5 years ago
Hui Zhang 1a8c5278a1 export ctc grad norm config
5 years ago
Hui Zhang 6e4a3aff07 float_mul_bool type promote, lhs type promote to rhs type, https://github.com/PaddlePaddle/Paddle/pull/29265
5 years ago
Hui Zhang c29ee83a46 add timer
5 years ago