Hui Zhang
e3298c79ce
Merge branch 'develop' into u2_export
2 years ago
Hui Zhang
260752aa2a
using forward_attention_decoder
2 years ago
Hui Zhang
8690a00bd8
add feature pipeline layer(cmvn, fbank), but to_static and jit.layer output is not equal
2 years ago
Hui Zhang
3a8869fba4
rm to_static decarator; configure jit save for ctc_activation
2 years ago
Hui Zhang
1c9f238ba0
configurable export
2 years ago
Hui Zhang
63aeb747b0
more comment
2 years ago
Hui Zhang
d638325c46
do not jit save forward; using slice for zeros([0,0,0,0]) tensor
2 years ago
Hui Zhang
2bb40c41ba
Merge pull request #2351 from Zth9730/fix_deepspeech
...
[s2t] fix deepspeech2 decode_wav
2 years ago
tianhao zhang
ab92e2c98c
fix deepspeech2 decode_wav
2 years ago
TianYuan
795eb7bd10
format paddlespeech with pre-commit ( #2331 )
2 years ago
Hui Zhang
c1fbfe928e
add test
2 years ago
Hui Zhang
6149daa221
export ctc_activation
2 years ago
Hui Zhang
e5a6c243f1
fix jit save for conformer
2 years ago
0x45f
4e7106d9e2
Support dy2st
2 years ago
huangyuxin
05d41523ad
Merge branch 'develop' into webdataset
2 years ago
huangyuxin
92d1d08b9a
fix scripts
2 years ago
huangyuxin
98cfdc4c05
fix nxpu
2 years ago
huangyuxin
7463df89c5
fix nxpu
2 years ago
huangyuxin
aa12b9ab52
replace s2t.transform with audio.transform
2 years ago
huangyuxin
c7a7b113c8
support multi-gpu training with webdataset
2 years ago
Hui Zhang
dfdf450b22
fix #2013 ; and format
2 years ago
huangyuxin
e48e1d5e81
fix tiny and local script, test=asr
3 years ago
huangyuxin
47dd61e5b2
refactor ds2, cli, server
3 years ago
Zhangjingyu06
acb19cf465
deepspeech2 modify for kunlun
3 years ago
Zhangjingyu06
b0eaeccd67
deepspeech2 modify for kunlun
3 years ago
Zhangjingyu06
1e91f7da35
deepspeech2 modify for kunlun
3 years ago
root
9f389a7a33
support cpu, test=asr
3 years ago
root
864041085f
replace dist.spawn with dist.launch, test=asr
3 years ago
Jackwaterveg
8d1ee8262e
Merge branch 'develop' into CER
3 years ago
huangyuxin
6e80618e3d
add ds2
3 years ago
xiongxinlei
efc269b75f
remove unuseful code, test=doc
3 years ago
xiongxinlei
89b102a7dd
fix the ws send bug, cache buffer, text=doc
3 years ago
huangyuxin
e1b581b622
fix some bug, test=asr
3 years ago
huangyuxin
d53e1163a6
update the code, test=asr
3 years ago
huangyuxin
aefe9e93a7
add tipc benchmark of conformer
3 years ago
Jackwaterveg
d7222c0453
[ASR] Support CTC decoder online ( #821 )
...
* fix the destructer problem for prefixes
* unified offline and online in ctcdecoders, test=asr
* rename swig_decoders to paddlespeech_ctcdecoders, test=asr
* add reset_stage for ctcdecoder
* fix some problems
* fix ctconline
* fix a bug
* fix the format
* fix 1xt2x
3 years ago
Junkun
44408e5211
sync the variable name to others
3 years ago
Junkun
43aad7a018
beam search with optimality guarantees
3 years ago
huangyuxin
5e7e8a3e24
fix the u2 export, test=asr
3 years ago
Jackwaterveg
e69abc9265
Merge pull request #1273 from zh794390558/batch_sampler
...
[s2t] Fix Batch sampler set epoch
3 years ago
huangyuxin
07d457859d
use pre-commit, test=doc_fix
3 years ago
Hui Zhang
45832f6770
fix default dist_samlper to False
3 years ago
Hui Zhang
3a2db414e6
format code
3 years ago
Hui Zhang
6f651d762e
fix batch sampler set_epoch when epcoh start
3 years ago
huangyuxin
8b63485ce3
fix some bug, test=asr
3 years ago
huangyuxin
3e2cc898cb
remove default cfg and fix some bugs,test=asr
3 years ago
huangyuxin
a1d8ab0f99
merge the develop
3 years ago
huangyuxin
c907a8deda
change all recipes
3 years ago
Hui Zhang
c81a3f0f83
[s2t] DataLoader with BatchSampler or DistributeBatchSampler ( #1242 )
...
* batchsampler or distributebatchsampler
* format
3 years ago
Junkun Chen
420709e5ce
[st] Distributed sampler and new dataloader with MIMO ( #1239 )
...
* update timit result, test=doc_fix
* result update
* fix bug
* add triplet loader
* empty preprocess file
* sync to u2, updating
* sync to u2 config
* fix bugs
* code refine
* update config
* customize decoding batch size
* update optimizer and lr scheduler
* minor
* minor
* minor
* fix bugs of refs
* minor
* distributed sampler
* minor
* refine the loader
3 years ago