diff --git a/PyTorch/contrib/audio/speech-transformer/README.md b/PyTorch/contrib/audio/speech-transformer/README.md index a61f1c29fdf696abe796b753bd3bf0ec47c83cfb..9e77f5082b72e157e70d453eabd2cd46e75a1392 100644 --- a/PyTorch/contrib/audio/speech-transformer/README.md +++ b/PyTorch/contrib/audio/speech-transformer/README.md @@ -18,13 +18,15 @@ url=https://github.com/kaituoxu/Speech-Transformer ## Training # +If the script has no execution permission, you need to add the permission to the script before training + ```bash cd test(be sure to run the following shell scripts in the test directory) # 1p train perf -bash train_performance_1p.sh +bash train_performence_1p.sh # 8p train perf -bash train_performance_8p.sh +bash train_performence_8p.sh # 8p train full bash train_full_8p.sh diff --git a/PyTorch/contrib/audio/speech-transformer/tools/kaldi-io-for-python.tar.gz b/PyTorch/contrib/audio/speech-transformer/tools/kaldi-io-for-python.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..78f6320f26453d872013c4425463b2b01424c32a Binary files /dev/null and b/PyTorch/contrib/audio/speech-transformer/tools/kaldi-io-for-python.tar.gz differ