Update egs/librispeech/ASR/pruned_transducer_stateless6/hubert_xlarge.py

Co-authored-by: Fangjun Kuang <csukuangfj@gmail.com>
This commit is contained in:
LIyong.Guo 2022-05-27 15:06:23 +08:00 committed by GitHub
parent 85f35698ef
commit 9d36a13aa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ class HubertXlargeFineTuned:
1. load teacher model 1. load teacher model
2. extracting embeddings to train quantizer. 2. extracting embeddings to train quantizer.
3. extract codebook indices 3. extract codebook indices
4. verify it's performance with ctc_greedy_search method. 4. verify its performance with ctc_greedy_search method.
""" """
def __init__(self, params: AttributeDict): def __init__(self, params: AttributeDict):