From d24e4260453bea17935977edc2581c39265a458f Mon Sep 17 00:00:00 2001 From: ftshijt Date: Tue, 23 Nov 2021 09:25:04 -0500 Subject: [PATCH] rename false --- espnet2/asr/encoder/hubert_encoder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espnet2/asr/encoder/hubert_encoder.py b/espnet2/asr/encoder/hubert_encoder.py index 4f369f1760b..2e96da8bf9b 100644 --- a/espnet2/asr/encoder/hubert_encoder.py +++ b/espnet2/asr/encoder/hubert_encoder.py @@ -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,