From 3a7f7e349fc40eead8bc8162ea25a772a36e2ff3 Mon Sep 17 00:00:00 2001 From: goddamnVincent <1262780247@qq.com> Date: Wed, 27 Nov 2024 17:45:07 +0800 Subject: [PATCH] 'update' --- .idea/.gitignore | 3 +++ .idea/icefall.iml | 10 ++++++++++ .idea/inspectionProfiles/Project_Default.xml | 6 ++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/vcs.xml | 6 ++++++ .../ASR/local/compute_fbank_kespeech_dev_test.py | 2 +- .../ASR/local/compute_fbank_kespeech_splits.py | 2 +- 7 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/icefall.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 000000000..26d33521a --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/icefall.iml b/.idea/icefall.iml new file mode 100644 index 000000000..aad402c4e --- /dev/null +++ b/.idea/icefall.iml @@ -0,0 +1,10 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 000000000..cd8384564 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 000000000..105ce2da2 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 000000000..35eb1ddfb --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/egs/multi_zh-hans/ASR/local/compute_fbank_kespeech_dev_test.py b/egs/multi_zh-hans/ASR/local/compute_fbank_kespeech_dev_test.py index fc27dc13e..aba94d9b8 100755 --- a/egs/multi_zh-hans/ASR/local/compute_fbank_kespeech_dev_test.py +++ b/egs/multi_zh-hans/ASR/local/compute_fbank_kespeech_dev_test.py @@ -55,7 +55,7 @@ def get_parser(): parser.add_argument( "--speed-perturb", - type=bool, + type=str2bool, default=False, help="Enable 0.9 and 1.1 speed perturbation for data augmentation. Default: False.", ) diff --git a/egs/multi_zh-hans/ASR/local/compute_fbank_kespeech_splits.py b/egs/multi_zh-hans/ASR/local/compute_fbank_kespeech_splits.py index 3beb4d083..6bb8af0d6 100755 --- a/egs/multi_zh-hans/ASR/local/compute_fbank_kespeech_splits.py +++ b/egs/multi_zh-hans/ASR/local/compute_fbank_kespeech_splits.py @@ -109,7 +109,7 @@ def get_parser(): parser.add_argument( "--speed-perturb", - type=bool, + type=str2bool, default=False, help="Enable 0.9 and 1.1 speed perturbation for data augmentation. Default: False.", )