Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[s2t] streaming conformer u2 and u2pp jit export #2502

Merged
merged 50 commits into from
Oct 9, 2022
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
4e7106d
Support dy2st
Jul 27, 2022
e5a6c24
fix jit save for conformer
zh794390558 Aug 1, 2022
d3572be
add ws export.sh
zh794390558 Aug 1, 2022
812d80a
Merge branch 'develop' of https://github.com/PaddlePaddle/DeepSpeech …
zh794390558 Aug 1, 2022
6149daa
export ctc_activation
zh794390558 Aug 3, 2022
05bc258
update docstring
zh794390558 Aug 3, 2022
c1fbfe9
add test
zh794390558 Aug 4, 2022
d638325
do not jit save forward; using slice for zeros([0,0,0,0]) tensor
zh794390558 Sep 9, 2022
a7c6c54
fix
zh794390558 Sep 9, 2022
63aeb74
more comment
zh794390558 Sep 9, 2022
1c9f238
configurable export
zh794390558 Sep 9, 2022
3a8869f
rm to_static decarator; configure jit save for ctc_activation
zh794390558 Sep 9, 2022
6770915
add chunk conformer config from release model
zh794390558 Sep 13, 2022
8690a00
add feature pipeline layer(cmvn, fbank), but to_static and jit.layer …
zh794390558 Sep 13, 2022
0d7d871
simplify feature pipeline graph
zh794390558 Sep 14, 2022
260752a
using forward_attention_decoder
zh794390558 Sep 19, 2022
e3298c7
Merge branch 'develop' into u2_export
zh794390558 Sep 19, 2022
4d5cfd4
export param from cnofig
zh794390558 Sep 20, 2022
549d477
fix code style
zh794390558 Sep 20, 2022
53d6baf
format
zh794390558 Sep 20, 2022
322301a
add reverse pad with sos and eos test
zh794390558 Sep 20, 2022
f95edc3
format
zh794390558 Sep 20, 2022
6fc4b28
add comment
zh794390558 Sep 20, 2022
9b66680
Merge branch 'u2++_decoder' into u2pp_export
zh794390558 Sep 21, 2022
309c8d7
add reverse weight
zh794390558 Sep 20, 2022
00b2c1c
fix forward attention decoder caller
zh794390558 Sep 21, 2022
b10512e
more config or u2pp
zh794390558 Sep 21, 2022
d25871a
format
zh794390558 Sep 21, 2022
7382050
fix bug on win
zh794390558 Sep 21, 2022
b7388ce
eliminate useless unsqueese
zh794390558 Sep 22, 2022
c4a5ae3
eliminate mul
zh794390558 Sep 26, 2022
8e7a315
remove comment
zh794390558 Sep 26, 2022
6de81d7
elimiete cast dtype for bool op
zh794390558 Sep 26, 2022
c2c8a66
refactor reshape
zh794390558 Sep 26, 2022
3d7ca93
bool type slice
zh794390558 Sep 26, 2022
f9e3eaa
transpose in matmul
zh794390558 Sep 26, 2022
46088c0
elimiate attn transpose
zh794390558 Sep 26, 2022
3adb20b
eliminate shape and slice
zh794390558 Sep 26, 2022
feb27e2
fuse linear kv
zh794390558 Sep 26, 2022
b20bf7d
masked_fill by multiply, remove while
zh794390558 Sep 27, 2022
afda7ed
remove useless code
zh794390558 Sep 28, 2022
bdf876e
Merge branch 'develop' into u2pp_export
zh794390558 Sep 29, 2022
3ed2447
wenetspeech asr1 quant
zh794390558 Oct 8, 2022
2a75405
Merge branch 'develop' into u2pp_export
zh794390558 Oct 8, 2022
925abcc
format
zh794390558 Oct 8, 2022
abe22e5
paddele vertion for u2/u2pp export
zh794390558 Oct 8, 2022
e86337a
fix bug
zh794390558 Oct 8, 2022
1f4f98b
fix bug
zh794390558 Oct 8, 2022
9277fcb
fix attn can not train
zh794390558 Oct 8, 2022
c98b5dd
fix masked_fill which will nan in trainning
zh794390558 Oct 8, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'develop' of https://github.com/PaddlePaddle/DeepSpeech
…into u2_export
  • Loading branch information
zh794390558 committed Aug 1, 2022
commit 812d80ab1ca62d88451233d3a0f4df91ec0e68c8

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.