Support paddle 2.x (#538)
* 2.x model * model test pass * fix data * fix soundfile with flac support * one thread dataloader test pass * export feasture size add trainer and utils add setup model and dataloader update travis using Bionic dist * add venv; test under venv * fix unittest; train and valid * add train and config * add config and train script * fix ctc cuda memcopy error * fix imports * fix train valid log * fix dataset batch shuffle shift start from 1 fix rank_zero_only decreator error close tensorboard when train over add decoding config and code * test process can run * test with decoding * test and infer with decoding * fix infer * fix ctc loss lr schedule sortagrad logger * aishell egs * refactor train add aishell egs * fix dataset batch shuffle and add batch sampler log print model parameter * fix model and ctc * sequence_mask make all inputs zeros, which cause grad be zero, this is a bug of LessThanOp add grad clip by global norm add model train test notebook * ctc loss remove run prefix using ord value as text id * using unk when training compute_loss need text ids ord id using in test mode, which compute wer/cer * fix tester * add lr_deacy refactor code * fix tools * fix ci add tune fix gru model bugs add dataset and model test * fix decoding * refactor repo fix decoding * fix musan and rir dataset * refactor io, loss, conv, rnn, gradclip, model, utils * fix ci and import * refactor model add export jit model * add deploy bin and test it * rm uselss egs * add layer tools * refactor socket server new model from pretrain * remve useless * fix instability loss and grad nan or inf for librispeech training * fix sampler * fix libri train.sh * fix doc * add license on cpp * fix doc * fix libri script * fix install * clip 5 wer 7.39, clip 400 wer 7.54, 1.8 clip 400 baseline 7.49
Showing
.notebook/dataloader.ipynb
0 → 100644
此差异已折叠。
.notebook/train_test.ipynb
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
deepspeech/io/__init__.py
0 → 100644
此差异已折叠。
deepspeech/io/collator.py
0 → 100644
此差异已折叠。
deepspeech/io/sampler.py
0 → 100644
此差异已折叠。
deepspeech/models/__init__.py
0 → 100644
deepspeech/models/deepspeech2.py
0 → 100644
此差异已折叠。
deepspeech/modules/__init__.py
0 → 100644
deepspeech/modules/conv.py
0 → 100644
此差异已折叠。
deepspeech/modules/loss.py
0 → 100644
此差异已折叠。
deepspeech/modules/rnn.py
0 → 100644
此差异已折叠。
deepspeech/training/__init__.py
0 → 100644
deepspeech/training/cli.py
0 → 100644
此差异已折叠。
deepspeech/training/gradclip.py
0 → 100644
此差异已折叠。
deepspeech/training/trainer.py
0 → 100644
此差异已折叠。
deepspeech/utils/__init__.py
0 → 100644
此差异已折叠。
deepspeech/utils/checkpoint.py
0 → 100644
此差异已折叠。
deepspeech/utils/layer_tools.py
0 → 100644
此差异已折叠。
deepspeech/utils/utility.py
0 → 100644
此差异已折叠。
docs/README_cn_old.md
0 → 100644
此差异已折叠。
docs/README_old.md
0 → 100644
此差异已折叠。
docs/augmentation.md
0 → 100644
此差异已折叠。
docs/benchmark.md
0 → 100644
此差异已折叠。
docs/data_preparation.md
0 → 100644
此差异已折叠。
docs/geting_started.md
0 → 100644
此差异已折叠。
docs/install.md
0 → 100644
此差异已折叠。
docs/ngram_lm.md
0 → 100644
此差异已折叠。
docs/released_model.md
0 → 100644
此差异已折叠。
docs/server.md
0 → 100644
此差异已折叠。
examples/aishell/.gitignore
0 → 100644
此差异已折叠。
examples/aishell/local/export.sh
0 → 100644
此差异已折叠。
examples/aishell/local/infer.sh
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
examples/aishell/local/test.sh
0 → 100644
此差异已折叠。
此差异已折叠。
examples/aishell/local/train.sh
0 → 100644
此差异已折叠。
examples/aishell/local/tune.sh
0 → 100644
此差异已折叠。
此差异已折叠。
文件已移动
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
examples/dataset/musan/.gitignore
0 → 100644
此差异已折叠。
examples/dataset/musan/musan.py
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
examples/deploy_demo/path.sh
已删除
100644 → 0
此差异已折叠。
examples/librispeech/.gitignore
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
examples/tiny/.gitignore
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
examples/tiny/local/export.sh
0 → 100644
此差异已折叠。
examples/tiny/local/infer.sh
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
examples/tiny/local/test.sh
0 → 100644
此差异已折叠。
examples/tiny/local/train.sh
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
infer.py
已删除
100644 → 0
此差异已折叠。
model_utils/model.py
已删除
100644 → 0
此差异已折叠。
model_utils/model_check.py
已删除
100644 → 0
此差异已折叠。
model_utils/network.py
已删除
100644 → 0
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
test.py
已删除
100644 → 0
此差异已折叠。
tests/network_test.py
0 → 100644
此差异已折叠。
tools/Makefile
0 → 100644
此差异已折叠。
train.py
已删除
100644 → 0
此差异已折叠。
此差异已折叠。
想要评论请 注册 或 登录