Skip to content

Commit

Permalink
rename false
Browse files Browse the repository at this point in the history
  • Loading branch information
ftshijt committed Nov 23, 2021
1 parent a31989d commit d24e426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion espnet2/asr/encoder/hubert_encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def __init__(
activation_dropout_rate: float = 0.0,
hubert_dict: str = "./dict.txt",
label_rate: int = 100,
checkpoint_activations: bool = false,
checkpoint_activations: bool = False,
sample_rate: int = 16000,
use_amp: bool = False,
**kwargs,
Expand Down

0 comments on commit d24e426

Please sign in to comment.