From 1d712f59cc2d4206c87a5c03adc3e79f4e2f2d97 Mon Sep 17 00:00:00 2001 From: goddamnVincent <1262780247@qq.com> Date: Wed, 27 Nov 2024 13:39:15 +0800 Subject: [PATCH] 'update' --- .idea/icefall.iml | 10 ---- .idea/inspectionProfiles/Project_Default.xml | 6 --- .../inspectionProfiles/profiles_settings.xml | 6 --- .idea/vcs.xml | 6 --- .idea/workspace.xml | 52 ------------------- .../local/compute_fbank_kespeech_dev_test.py | 7 +-- .../local/compute_fbank_kespeech_splits.py | 7 +-- 7 files changed, 2 insertions(+), 92 deletions(-) delete mode 100644 .idea/icefall.iml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/workspace.xml diff --git a/.idea/icefall.iml b/.idea/icefall.iml deleted file mode 100644 index aad402c4e..000000000 --- a/.idea/icefall.iml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index cd8384564..000000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2da2..000000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1ddfb..000000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index f6e532ed7..000000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1732685638909 - - - - \ 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 d68431d96..c8f7517c4 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 @@ -59,12 +59,7 @@ def get_parser(): default=False, help="Enable 0.9 and 1.1 speed perturbation for data augmentation. Default: False.", ) - parser.add_argument( - "--whisper-fbank", - type=str2bool, - default=False, - help="Use WhisperFbank instead of Fbank. Default: False.", - ) + return parser 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 6af988823..6e99c2ad6 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 @@ -113,12 +113,7 @@ def get_parser(): default=False, help="Enable 0.9 and 1.1 speed perturbation for data augmentation. Default: False.", ) - parser.add_argument( - "--whisper-fbank", - type=str2bool, - default=False, - help="Use WhisperFbank instead of Fbank. Default: False.", - ) + return parser