Skip to content

Commit

Permalink
'update'
Browse files Browse the repository at this point in the history
  • Loading branch information
goddamnVincent committed Nov 27, 2024
1 parent 9b83052 commit 1d712f5
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 92 deletions.
10 changes: 0 additions & 10 deletions .idea/icefall.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

52 changes: 0 additions & 52 deletions .idea/workspace.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
7 changes: 1 addition & 6 deletions egs/multi_zh-hans/ASR/local/compute_fbank_kespeech_splits.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 1d712f5

Please sign in to comment.