Skip to content

Commit

Permalink
Fix import error no module name model_utils (NVIDIA#7629)
Browse files Browse the repository at this point in the history
Signed-off-by: Mehadi Hasan Menon <mehadihasan80@gmail.com>
Signed-off-by: Sasha Meister <sasha.meister.work@gmail.com>
  • Loading branch information
menon92 authored and ssh-meister committed Oct 5, 2023
1 parent 047d1cc commit 4552cb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
)
from nemo.collections.asr.parts.utils.asr_confidence_utils import ConfidenceConfig
from nemo.core.config import hydra_runner
from nemo.utils import logging
from nemo.utils import logging, model_utils

"""
Get confidence metrics and curve plots for a given model, dataset, and confidence parameters.
Expand Down

0 comments on commit 4552cb5

Please sign in to comment.