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 <[email protected]>
  • Loading branch information
menon92 committed Oct 4, 2023
1 parent 3e018f4 commit 8a89b62
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 8a89b62

Please sign in to comment.