Skip to content

Commit

Permalink
added docs.
Browse files Browse the repository at this point in the history
Signed-off-by: Vahid <vnoroozi@nvidia.com>
  • Loading branch information
VahidooX committed Nov 16, 2022
1 parent 7ab6384 commit 31d9f07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nemo/collections/asr/models/hybrid_rnnt_ctc_bpe_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
from pytorch_lightning import Trainer

from nemo.collections.asr.metrics.wer_bpe import WERBPE, CTCBPEDecoding, CTCBPEDecodingConfig
from nemo.collections.asr.models.rnnt_bpe_models import EncDecRNNTBPEModel
from nemo.collections.asr.models.rnnt_bpe_models import EncDecHybridRNNTCTCModel
from nemo.utils import logging, model_utils


class EncDecHybridRNNTCTCBPEModel(EncDecRNNTCTCModel):
class EncDecHybridRNNTCTCBPEModel(EncDecHybridRNNTCTCModel):
"""Base class for encoder decoder RNNT-based models with auxiliary CTC decoder/loss and subword tokenization."""

def __init__(self, cfg: DictConfig, trainer: Trainer = None):
Expand Down

0 comments on commit 31d9f07

Please sign in to comment.