Hui Zhang
7ae204eb0f
fix log for u2
4 years ago
Hui Zhang
282914f45b
Merge branch 'develop' into fix_varbase
4 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
4 years ago
Hui Zhang
000183ea49
tensor.size to tensor.shape
4 years ago
Hui Zhang
cd001d5daf
change type_as to astype
4 years ago
Hui Zhang
16e60160f8
Kaldi ( #839 )
...
* can do frames, real stft
* format
* stft complex, powspec, magspec
* add common utils
* add window process func
* using frames and matmul as stft
* read with 2d; window process
* test with dither, remove dc offset, preermphs
* add doc string
* more frontend utils
* add logspec
* fix typing
* add delpoy mergify label
4 years ago
Hui Zhang
9fb349f935
fix benchmark cli
4 years ago
Hui Zhang
054e099b28
format
4 years ago
Hui Zhang
0e91d26ae3
fix log; add report to trainer
4 years ago
Hui Zhang
6de20de3f8
rename reporter.scope to ObsScope
4 years ago
Hui Zhang
576e94da04
log interval 1 when benchmark
4 years ago
Hui Zhang
d7a33b9d5e
update config with contextlib
4 years ago
Hui Zhang
cda6ca8323
add benchmark flags, and logic
4 years ago
Hui Zhang
c75082295a
varbase getitem support np.longlong since paddle 2.2.0RC
4 years ago
Hui Zhang
a997b5a61c
rename ckpt suffix to np
4 years ago
Hui Zhang
16b9c33deb
format
4 years ago
Hui Zhang
3a5258f6a0
lr and opt param will restore from ckpt, so we do not set lr manully
4 years ago
Hui Zhang
7907319288
fix profiler
4 years ago
Hui Zhang
5fdda953b9
add op profiling
4 years ago
Hui Zhang
256e9c1b9c
more doc for egs
4 years ago
Hui Zhang
3843372958
u2 with chianer updater
4 years ago
Hui Zhang
2480be8ebc
timer info for st,u2 kaldi
4 years ago
Hui Zhang
85674d22d4
fix bugs
4 years ago
Hui Zhang
f0470e0529
not dump all grad info, since slow down train porcess
4 years ago
Hui Zhang
8fef667f80
fix u2 ctc config bugs
4 years ago
Hui Zhang
8873ebe38c
add timer for u2; refactor grad norm type
4 years ago
Hui Zhang
890a28f9bf
add more ctc conf
4 years ago
Hui Zhang
65e666378d
add timer info
4 years ago
Jackwaterveg
59766313b1
Merge pull request #817 from PaddlePaddle/ctc
...
export ctc grad norm config
4 years ago
Jackwaterveg
7d0204e9fe
Merge pull request #816 from PaddlePaddle/bool_mul
...
float_mul_bool type promote, rhs type promote to lhs type
4 years ago
Hui Zhang
1a8c5278a1
export ctc grad norm config
4 years ago
Hui Zhang
6e4a3aff07
float_mul_bool type promote, lhs type promote to rhs type, https://github.com/PaddlePaddle/Paddle/pull/29265
4 years ago
Hui Zhang
c29ee83a46
add timer
4 years ago
Hui Zhang
244132c1c4
fix activation
4 years ago
Hui Zhang
7e136d0893
support no_sync for backward; ds support accum grad
4 years ago
Hui Zhang
184d30dd9c
relase librispeech audio max len to 30 second
4 years ago
huangyuxin
04d9db199f
add blank_id parameter
4 years ago
Hui Zhang
f54dc983b6
using bw rnn in ds2
4 years ago
Hui Zhang
797ca389fc
paddle support some bool op
4 years ago
Hui Zhang
e7b71d7860
import ctcdecoder when needed
4 years ago
Hui Zhang
7181e427af
Merge pull request #786 from Jackwaterveg/ds2_online
...
[Static model test] Add the test process for export model
4 years ago
Jackwaterveg
5890c84c91
Merge pull request #793 from PaddlePaddle/seed
...
ds2 offline cer 6p4287
4 years ago
Hui Zhang
341038b626
ds2 offline cer 6p4287
4 years ago
TianYuan
5972955f62
fix glu
4 years ago
huangyuxin
2451a177b0
fix paddling len bug
4 years ago
huangyuxin
317ffea5e5
simplify the code
4 years ago
huangyuxin
2b3b985227
fix paddling len
4 years ago
huangyuxin
1f050a4d01
make the code simple
4 years ago
huangyuxin
7ab022e1cc
Merge branch 'develop' of https://github.com/PaddlePaddle/DeepSpeech into ds2_online_export
4 years ago
Hui Zhang
673cc4a081
seed all with log; and format
4 years ago