Skip to content

Commit

Permalink
Rebase against candidate
Browse files Browse the repository at this point in the history
Signed-off-by: smajumdar <[email protected]>
  • Loading branch information
titu1994 committed Jul 1, 2020
1 parent 978481f commit 36f755a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo/collections/asr/models/ctc_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from nemo.collections.asr.metrics.wer import monitor_asr_train_progress
from nemo.collections.asr.models.asr_model import ASRModel
from nemo.collections.asr.parts.features import WaveformFeaturizer
from nemo.core.classes.common import Serialization, typecheck, logging
from nemo.core.classes.common import Serialization, logging, typecheck
from nemo.core.classes.optimizers import get_optimizer, parse_optimizer_args
from nemo.core.neural_types import *
from nemo.utils.decorators import experimental
Expand Down

0 comments on commit 36f755a

Please sign in to comment.