Skip to content

Commit

Permalink
Update examples/pytorch/speech-pretraining/run_wav2vec2_pretraining_n…
Browse files Browse the repository at this point in the history
…o_trainer.py

Co-authored-by: Sanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com>
  • Loading branch information
mpierrau and sanchit-gandhi committed Dec 8, 2022
1 parent e5e2829 commit ead6437
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ def parse_args():
parser.add_argument(
"--mask_time_length",
type=int,
default=None,
help=(
"Length of each vector mask span to mask along the time axis in the contrastive task."
" If omitted, will pull value from model config."
Expand Down

0 comments on commit ead6437

Please sign in to comment.