Merge pull request #355 from PaddlePaddle/update_master
Update master
Showing
.clang-format
0 → 100644
.clang_format.hook
0 → 100755
.gitignore
0 → 100644
.pre-commit-config.yaml
0 → 100644
.style.yapf
0 → 100644
.travis.yml
0 → 100644
.travis/precommit.sh
0 → 100755
.travis/unittest.sh
0 → 100755
README.md
0 → 100644
此差异已折叠。
README_cn.md
0 → 100644
此差异已折叠。
cloud/README.md
0 → 100644
cloud/_init_paths.py
0 → 100644
cloud/pcloud_submit.sh
0 → 100644
cloud/pcloud_train.sh
0 → 100644
cloud/pcloud_upload_data.sh
0 → 100644
cloud/split_data.py
0 → 100644
cloud/upload_data.py
0 → 100644
conf/augmentation.config
0 → 100644
conf/augmentation.config.example
0 → 100644
data/aishell/aishell.py
0 → 100644
data/librispeech/librispeech.py
0 → 100644
data/noise/chime3_background.py
0 → 100644
data/voxforge/run_data.sh
0 → 100644
data/voxforge/voxforge.py
0 → 100644
data_utils/__init__.py
0 → 100644
data_utils/audio.py
0 → 100644
此差异已折叠。
data_utils/augmentor/__init__.py
0 → 100644
data_utils/augmentor/base.py
0 → 100644
data_utils/augmentor/resample.py
0 → 100644
data_utils/data.py
0 → 100644
data_utils/featurizer/__init__.py
0 → 100644
data_utils/normalizer.py
0 → 100644
data_utils/speech.py
0 → 100644
data_utils/utility.py
0 → 100644
decoders/__init__.py
0 → 100644
decoders/decoders_deprecated.py
0 → 100644
decoders/scorer_deprecated.py
0 → 100644
decoders/swig/__init__.py
0 → 100644
decoders/swig/_init_paths.py
0 → 100644
此差异已折叠。
decoders/swig/decoder_utils.cpp
0 → 100644
此差异已折叠。
decoders/swig/decoder_utils.h
0 → 100644
此差异已折叠。
decoders/swig/decoders.i
0 → 100644
decoders/swig/path_trie.cpp
0 → 100644
此差异已折叠。
decoders/swig/path_trie.h
0 → 100644
此差异已折叠。
decoders/swig/scorer.cpp
0 → 100644
此差异已折叠。
decoders/swig/scorer.h
0 → 100644
此差异已折叠。
decoders/swig/setup.py
0 → 100644
此差异已折叠。
decoders/swig/setup.sh
0 → 100644
此差异已折叠。
decoders/swig_wrapper.py
0 → 100644
此差异已折叠。
decoders/tests/test_decoders.py
0 → 100644
此差异已折叠。
deploy/_init_paths.py
0 → 100644
此差异已折叠。
deploy/demo_client.py
0 → 100644
此差异已折叠。
deploy/demo_server.py
0 → 100644
此差异已折叠。
docs/images/multi_gpu_speedup.png
0 → 100755
153.1 KB
107.9 KB
examples/aishell/run_data.sh
0 → 100644
此差异已折叠。
examples/aishell/run_infer.sh
0 → 100644
此差异已折叠。
此差异已折叠。
examples/aishell/run_test.sh
0 → 100644
此差异已折叠。
此差异已折叠。
examples/aishell/run_train.sh
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
examples/librispeech/run_data.sh
0 → 100644
此差异已折叠。
examples/librispeech/run_infer.sh
0 → 100644
此差异已折叠。
此差异已折叠。
examples/librispeech/run_test.sh
0 → 100644
此差异已折叠。
此差异已折叠。
examples/librispeech/run_train.sh
0 → 100644
此差异已折叠。
examples/librispeech/run_tune.sh
0 → 100644
此差异已折叠。
examples/tiny/run_data.sh
0 → 100644
此差异已折叠。
examples/tiny/run_infer.sh
0 → 100644
此差异已折叠。
examples/tiny/run_infer_golden.sh
0 → 100644
此差异已折叠。
examples/tiny/run_test.sh
0 → 100644
此差异已折叠。
examples/tiny/run_test_golden.sh
0 → 100644
此差异已折叠。
examples/tiny/run_train.sh
0 → 100644
此差异已折叠。
examples/tiny/run_tune.sh
0 → 100644
此差异已折叠。
infer.py
0 → 100644
此差异已折叠。
model_utils/__init__.py
0 → 100644
model_utils/model.py
0 → 100644
此差异已折叠。
model_utils/network.py
0 → 100644
此差异已折叠。
models/aishell/download_model.sh
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
models/lm/download_lm_ch.sh
0 → 100644
此差异已折叠。
models/lm/download_lm_en.sh
0 → 100644
此差异已折叠。
requirements.txt
0 → 100644
此差异已折叠。
setup.sh
0 → 100644
此差异已折叠。
test.py
0 → 100644
此差异已折叠。
tools/_init_paths.py
0 → 100644
此差异已折叠。
tools/build_vocab.py
0 → 100644
此差异已折叠。
tools/compute_mean_std.py
0 → 100644
此差异已折叠。
tools/profile.sh
0 → 100644
此差异已折叠。
tools/tune.py
0 → 100644
此差异已折叠。
train.py
0 → 100644
此差异已折叠。
utils/__init__.py
0 → 100644
utils/error_rate.py
0 → 100644
此差异已折叠。
utils/tests/test_error_rate.py
0 → 100644
此差异已折叠。
utils/utility.py
0 → 100644
此差异已折叠。
utils/utility.sh
0 → 100644
此差异已折叠。