Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sooftware authored Aug 14, 2022
1 parent 3b5a9e9 commit ac2ffcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kospeech/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ModelConfig:

from kospeech.models.deepspeech2.model import DeepSpeech2
from kospeech.models.las.encoder import EncoderRNN
from kospeech.models.las.decoder import DecoderRNN, BeamDecoderRNN
from kospeech.models.las.decoder import DecoderRNN
from kospeech.models.rnnt import RNNTransducerConfig
from kospeech.models.rnnt.model import RNNTransducer
from kospeech.models.las.model import ListenAttendSpell
Expand Down

0 comments on commit ac2ffcf

Please sign in to comment.