A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal, and Speech AI (Automatic Speech Recognition and Text-to-Speech)
7397 matches across 18 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tools/nemo_forced_aligner/align_eou.py | 248 | def get_manifests_for_this_rank(manifest_list, num_nodes, num_gpus, node_idx, gpu_idx): |
| LOW | …orced_aligner/tests/test_add_t_start_end_to_utt_obj.py | 260 | def test_add_t_start_end_to_utt_obj(alignment, expected_output_utterance, output_timestep_duration): |
| LOW | tools/nemo_forced_aligner/utils/make_ass_files.py | 335 | def make_token_level_ass_file(utt_obj, output_dir_root, ass_file_config, audio_dur): |
| LOW | tools/ctc_segmentation/scripts/utils.py | 135 | def _prepare_tokenized_text_for_bpe_model(text: List[str], tokenizer, vocabulary: List[str], blank_idx: int = 0): |
| LOW | tools/ctc_segmentation/scripts/utils.py | 213 | def determine_utterance_segments(config, utt_begin_indices, char_probs, timings, text, char_list): |
| LOW | tools/ctc_segmentation/scripts/utils.py | 303 | def write_labels_for_audacity( |
| LOW | tools/speech_data_explorer/data_explorer.py | 249 | def expand_sharded_path_without_braceexpand(path_pattern): |
| LOW | tools/speech_data_explorer/data_explorer.py | 572 | def build_tar_index_from_local(tar_path): |
| LOW | …taset_preparation/customization_dataset_preparation.py | 85 | def recommend_hyperparameters_human_readable(recommended_hyperparameters): |
| LOW | …taset_preparation/customization_dataset_preparation.py | 92 | def recommend_hyperparameters(df, model=None): |
| LOW | …taset_preparation/customization_dataset_preparation.py | 148 | def estimating_customization_job_time(df, recommended_hyperparameters): |
| LOW | …taset_preparation/customization_dataset_preparation.py | 165 | def warn_completion_is_not_empty(df): |
| LOW | …taset_preparation/customization_dataset_preparation.py | 181 | def warn_imbalanced_completion(df): |
| LOW | …taset_preparation/customization_dataset_preparation.py | 304 | def convert_into_prompt_completion_only(df, prompt_template="{prompt}", completion_template="{completion}"): |
| LOW | …taset_preparation/customization_dataset_preparation.py | 311 | def warn_and_drop_long_samples(df, max_total_char_length): |
| LOW | …taset_preparation/customization_dataset_preparation.py | 363 | def split_into_train_validation(df, val_proportion=0.1): |
| LOW | …ration/tests/test_customization_dataset_preparation.py | 39 | def test_recommend_hyperparameters(): |
| LOW | …ration/tests/test_customization_dataset_preparation.py | 83 | def test_warn_completion_is_not_empty(): |
| LOW | …ration/tests/test_customization_dataset_preparation.py | 106 | def test_warn_imbalanced_completion(): |
| LOW | …ration/tests/test_customization_dataset_preparation.py | 206 | def test_warn_duplicated_rows(): |
| LOW | …ration/tests/test_customization_dataset_preparation.py | 223 | def test_drop_duplicated_rows(): |
| LOW | …ration/tests/test_customization_dataset_preparation.py | 262 | def test_drop_unrequired_fields(): |
| LOW | …ration/tests/test_customization_dataset_preparation.py | 271 | def test_convert_into_template(): |
| LOW | …ration/tests/test_customization_dataset_preparation.py | 295 | def test_convert_into_prompt_completion_only(): |
| LOW | …ration/tests/test_customization_dataset_preparation.py | 313 | def get_indexes_of_long_examples(df, max_total_char_length): |
| LOW | …ration/tests/test_customization_dataset_preparation.py | 318 | def test_warn_and_drop_long_samples(): |
| LOW | …ration/tests/test_customization_dataset_preparation.py | 346 | def test_show_first_example_in_df(): |
| LOW | …ration/tests/test_customization_dataset_preparation.py | 356 | def test_get_prepared_filename(): |
| LOW | …ration/tests/test_customization_dataset_preparation.py | 374 | def test_split_into_train_validation(): |
| LOW | nemo/lightning/base_callback.py | 78 | def on_save_checkpoint_success(self, *args, **kwargs) -> None: |
| LOW | nemo/lightning/__init__.py | 24 | def _is_slurm_interactive_mode(): |
| LOW | nemo/lightning/callback_group.py | 141 | def hook_class_init_with_callbacks(cls, start_callback: str, end_callback: str) -> None: |
| LOW | nemo/lightning/one_logger_callback.py | 37 | def get_one_logger_init_config() -> Dict[str, Any]: |
| LOW | nemo/lightning/one_logger_callback.py | 67 | def _get_base_callback_config( |
| LOW | nemo/lightning/one_logger_callback.py | 205 | def _should_enable_for_current_rank() -> bool: |
| LOW | nemo/core/connectors/save_restore_connector.py | 601 | def _inject_model_parallel_rank_for_ckpt(self, dirname, basename): |
| LOW | nemo/core/connectors/save_restore_connector.py | 607 | def _make_nemo_file_from_folder(filename, source_dir): |
| LOW | nemo/core/connectors/save_restore_connector.py | 617 | def _make_nemo_file_from_folder_with_multistorageclient(filename, source_dir): |
| LOW | nemo/core/connectors/save_restore_connector.py | 97 | def load_config_and_state_dict( |
| LOW | nemo/core/connectors/save_restore_connector.py | 223 | def load_instance_with_state_dict(self, instance, state_dict, strict): |
| LOW | nemo/core/connectors/save_restore_connector.py | 511 | def check_artifact_and_query_basename_match(query_path: str) -> bool: |
| LOW | nemo/core/connectors/save_restore_connector.py | 725 | def _unpack_nemo_file_with_multistorageclient( |
| LOW | nemo/core/connectors/save_restore_connector.py | 767 | def _load_state_dict_from_disk(model_weights, map_location='cpu'): |
| LOW | nemo/core/config/optimizers.py | 237 | def register_optimizer_params(name: str, optimizer_params: OptimizerParams): |
| LOW | nemo/core/config/schedulers.py | 234 | def register_scheduler_params(name: str, scheduler_params: SchedulerParams): |
| LOW | nemo/core/classes/exportable.py | 295 | def disabled_deployment_input_names(self) -> List[str]: |
| LOW | nemo/core/classes/exportable.py | 300 | def disabled_deployment_output_names(self) -> List[str]: |
| LOW | nemo/core/classes/exportable.py | 339 | def dynamic_shapes_for_export(self, use_dynamo=False): |
| LOW | nemo/core/classes/common.py | 146 | def _validate_config_targets_recursive(config_node: Any): |
| LOW | nemo/core/classes/common.py | 180 | def is_semantic_typecheck_enabled(): |
| LOW | nemo/core/classes/common.py | 377 | def _attach_and_validate_output_types(self, out_objects, ignore_collections=False, output_types=None): |
| LOW | nemo/core/classes/common.py | 667 | def _inspect_signature_for_trainer(cls, check_cls): |
| LOW | nemo/core/classes/common.py | 808 | def get_available_model_names(cls) -> List[str]: |
| LOW | nemo/core/classes/common.py | 888 | def _get_ngc_pretrained_model_info(cls, model_name: str, refresh_cache: bool = False) -> Tuple[type, str]: |
| LOW | nemo/core/classes/common.py | 947 | def _get_hf_hub_pretrained_model_info(cls, model_name: str, refresh_cache: bool = False) -> Tuple[type, str]: |
| LOW | nemo/core/classes/common.py | 1230 | def set_semantic_check_enabled(enabled: bool = True): |
| LOW | nemo/core/classes/modelPT.py | 299 | def has_native_or_submodules_artifacts(self) -> bool: |
| LOW | nemo/core/classes/modelPT.py | 578 | def setup_multiple_validation_data(self, val_data_config: Union[DictConfig, Dict]): |
| LOW | nemo/core/classes/modelPT.py | 795 | def setup_optimizer_param_groups(self): |
| LOW | nemo/core/classes/modelPT.py | 879 | def recursively_propagate_guid(module: "NeuralModule"): |
| 2704 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | tools/nemo_forced_aligner/align_eou.py | 0 | converts text with accented or special latin characters (e.g., ó, ñ, ū, ō) into their closest ascii equivalents. |
| HIGH | scripts/asr_eou/clean_manifest.py | 0 | converts text with accented or special latin characters (e.g., ó, ñ, ū, ō) into their closest ascii equivalents. |
| HIGH | scripts/asr_eou/clean_manifest.py | 0 | converts text with accented or special latin characters (e.g., ó, ñ, ū, ō) into their closest ascii equivalents. |
| HIGH | tools/nmt_grpc_service/api/nmt_pb2_grpc.py | 0 | riva nlp services implement task-specific apis for popular nlp tasks including intent recognition (as well as slot filli |
| HIGH | tools/nmt_grpc_service/api/nmt_pb2_grpc.py | 0 | riva nlp services implement task-specific apis for popular nlp tasks including intent recognition (as well as slot filli |
| HIGH | tools/nmt_grpc_service/api/nmt_pb2_grpc.py | 0 | riva nlp services implement task-specific apis for popular nlp tasks including intent recognition (as well as slot filli |
| HIGH | nemo/core/config/schedulers.py | 0 | base configuration for all schedulers. it is not derived from config as it is not a nemo object (and in particular it do |
| HIGH | nemo/core/config/schedulers.py | 0 | base configuration for all schedulers. it is not derived from config as it is not a nemo object (and in particular it do |
| HIGH | nemo/core/config/schedulers.py | 0 | base configuration for all schedulers. it is not derived from config as it is not a nemo object (and in particular it do |
| HIGH | nemo/core/config/schedulers.py | 0 | base configuration for all schedulers. it is not derived from config as it is not a nemo object (and in particular it do |
| HIGH | nemo/core/config/schedulers.py | 0 | base configuration for all schedulers. it is not derived from config as it is not a nemo object (and in particular it do |
| HIGH | nemo/core/classes/exportable.py | 0 | implement this method to return a set of input names disabled for export |
| HIGH | nemo/collections/asr/modules/conv_asr.py | 0 | implement this method to return a set of input names disabled for export |
| HIGH | nemo/collections/asr/modules/rnnt.py | 0 | implement this method to return a set of input names disabled for export |
| HIGH | nemo/collections/tts/models/fastpitch.py | 0 | implement this method to return a set of input names disabled for export |
| HIGH | nemo/core/classes/mixins/adapter_mixins.py | 0 | checks if any adapter module has been instantiated. returns: bool, determining if any adapter module has been instantiat |
| HIGH | nemo/collections/asr/parts/mixins/asr_adapter_mixins.py | 0 | checks if any adapter module has been instantiated. returns: bool, determining if any adapter module has been instantiat |
| HIGH | …llections/tts/parts/mixins/fastpitch_adapter_mixins.py | 0 | checks if any adapter module has been instantiated. returns: bool, determining if any adapter module has been instantiat |
| HIGH | nemo/core/classes/mixins/adapter_mixins.py | 0 | utility method to resolve a given global/module adapter name to its components. always returns a tuple representing (mod |
| HIGH | nemo/collections/asr/parts/mixins/asr_adapter_mixins.py | 0 | utility method to resolve a given global/module adapter name to its components. always returns a tuple representing (mod |
| HIGH | …llections/tts/parts/mixins/fastpitch_adapter_mixins.py | 0 | utility method to resolve a given global/module adapter name to its components. always returns a tuple representing (mod |
| HIGH | nemo/core/classes/mixins/adapter_mixin_strategies.py | 0 | compute the output of a single adapter to some input. args: input: original output tensor of the module, or the output o |
| HIGH | nemo/core/classes/mixins/adapter_mixin_strategies.py | 0 | compute the output of a single adapter to some input. args: input: original output tensor of the module, or the output o |
| HIGH | …odules/adapters/multi_head_attention_adapter_module.py | 0 | compute the output of a single adapter to some input. args: input: original output tensor of the module, or the output o |
| HIGH | nemo/agents/voice_agent/pipecat/services/nemo/diar.py | 0 | process audio data and generate transcription frames. args: audio: raw audio bytes to transcribe yields: frame: transcri |
| HIGH | nemo/agents/voice_agent/pipecat/services/nemo/diar.py | 0 | process audio data and generate transcription frames. args: audio: raw audio bytes to transcribe yields: frame: transcri |
| HIGH | nemo/agents/voice_agent/pipecat/services/nemo/stt.py | 0 | process audio data and generate transcription frames. args: audio: raw audio bytes to transcribe yields: frame: transcri |
| HIGH | nemo/agents/voice_agent/pipecat/services/nemo/utils.py | 0 | update the buffer with the new frame args: frame (frame): frame to update the buffer with |
| HIGH | …ence/streaming/buffering/incremental_audio_bufferer.py | 0 | update the buffer with the new frame args: frame (frame): frame to update the buffer with |
| HIGH | …ns/asr/inference/streaming/buffering/audio_bufferer.py | 0 | update the buffer with the new frame args: frame (frame): frame to update the buffer with |
| HIGH | nemo/utils/app_state.py | 0 | property returns the number of gpus in each model parallel group. returns: number of gpus in each model parallel group. |
| HIGH | nemo/utils/app_state.py | 0 | property returns the number of gpus in each model parallel group. returns: number of gpus in each model parallel group. |
| HIGH | nemo/utils/app_state.py | 0 | property returns the number of gpus in each model parallel group. returns: number of gpus in each model parallel group. |
| HIGH | nemo/utils/app_state.py | 0 | property returns the number of gpus in each model parallel group. returns: number of gpus in each model parallel group. |
| HIGH | nemo/utils/app_state.py | 0 | property returns the number of gpus in each model parallel group. returns: number of gpus in each model parallel group. |
| HIGH | nemo/utils/app_state.py | 0 | property returns the number of gpus in each model parallel group. returns: number of gpus in each model parallel group. |
| HIGH | nemo/utils/app_state.py | 0 | property sets the number of gpus in each model parallel group. args: size (int): number of gpus in each model parallel g |
| HIGH | nemo/utils/app_state.py | 0 | property sets the number of gpus in each model parallel group. args: size (int): number of gpus in each model parallel g |
| HIGH | nemo/utils/app_state.py | 0 | property sets the number of gpus in each model parallel group. args: size (int): number of gpus in each model parallel g |
| HIGH | nemo/utils/app_state.py | 0 | property sets the number of gpus in each model parallel group. args: size (int): number of gpus in each model parallel g |
| HIGH | nemo/utils/app_state.py | 0 | property sets the number of gpus in each model parallel group. args: size (int): number of gpus in each model parallel g |
| HIGH | nemo/utils/callbacks/dist_ckpt_io.py | 0 | override hook to finalize pending checkpoint(s) if they exist. |
| HIGH | nemo/utils/callbacks/dist_ckpt_io.py | 0 | override hook to finalize pending checkpoint(s) if they exist. |
| HIGH | nemo/utils/callbacks/dist_ckpt_io.py | 0 | override hook to finalize pending checkpoint(s) if they exist. |
| HIGH | nemo/collections/speechlm2/models/salm_asr_decoder.py | 0 | returns the audio duration corresponding to a single frame/token at the output of ``self.perception``. |
| HIGH | nemo/collections/speechlm2/models/salm_automodel.py | 0 | returns the audio duration corresponding to a single frame/token at the output of ``self.perception``. |
| HIGH | nemo/collections/speechlm2/models/salm.py | 0 | returns the audio duration corresponding to a single frame/token at the output of ``self.perception``. |
| HIGH | nemo/collections/speechlm2/models/salm_asr_decoder.py | 0 | implements a fully offline forward pass through the entire model. the flow is the following: |speech and text embeddings |
| HIGH | nemo/collections/speechlm2/models/salm_automodel.py | 0 | implements a fully offline forward pass through the entire model. the flow is the following: |speech and text embeddings |
| HIGH | nemo/collections/speechlm2/models/salm.py | 0 | implements a fully offline forward pass through the entire model. the flow is the following: |speech and text embeddings |
| HIGH | nemo/collections/speechlm2/models/salm_asr_decoder.py | 0 | generate llm answers given text or mixed text+audio prompts. example 1. high-level api using ``prompts`` to provide both |
| HIGH | nemo/collections/speechlm2/models/salm_automodel.py | 0 | generate llm answers given text or mixed text+audio prompts. example 1. high-level api using ``prompts`` to provide both |
| HIGH | nemo/collections/speechlm2/models/salm.py | 0 | generate llm answers given text or mixed text+audio prompts. example 1. high-level api using ``prompts`` to provide both |
| HIGH | nemo/collections/speechlm2/models/salm_asr_decoder.py | 0 | return a typing schema for optimal batch size calibration for various sequence lengths using oomptimizer. |
| HIGH | nemo/collections/speechlm2/models/salm_automodel.py | 0 | return a typing schema for optimal batch size calibration for various sequence lengths using oomptimizer. |
| HIGH | nemo/collections/speechlm2/models/duplex_ear_tts.py | 0 | return a typing schema for optimal batch size calibration for various sequence lengths using oomptimizer. |
| HIGH | nemo/collections/speechlm2/models/salm.py | 0 | return a typing schema for optimal batch size calibration for various sequence lengths using oomptimizer. |
| HIGH | nemo/collections/speechlm2/models/duplex_s2s_model.py | 0 | return a typing schema for optimal batch size calibration for various sequence lengths using oomptimizer. |
| HIGH | …ns/speechlm2/models/duplex_s2s_speech_decoder_model.py | 0 | return a typing schema for optimal batch size calibration for various sequence lengths using oomptimizer. |
| HIGH | nemo/collections/asr/models/ssl_models.py | 0 | return a typing schema for optimal batch size calibration for various sequence lengths using oomptimizer. |
| 468 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | nemo_dependencies.py | 1 | #!/usr/bin/env python3 |
| LOW | .pre-commit-config.yaml | 1 | # Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. |
| LOW | pyproject.toml | 1 | # Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. |
| LOW | .readthedocs.yml | 1 | # ============================================================================= |
| LOW | setup.py | 1 | # ! /usr/bin/python |
| LOW | tools/nemo_forced_aligner/align.py | 1 | # Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/nemo_forced_aligner/align_eou.py | 1 | # Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved. |
| LOW | …s/nemo_forced_aligner/tests/test_restore_token_case.py | 1 | # Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/nemo_forced_aligner/tests/test_get_utt_obj.py | 1 | # Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. |
| LOW | …orced_aligner/tests/test_add_t_start_end_to_utt_obj.py | 1 | # Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/nemo_forced_aligner/utils/make_output_manifest.py | 1 | # Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/nemo_forced_aligner/utils/constants.py | 1 | # Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/nemo_forced_aligner/utils/data_prep.py | 1 | # Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/nemo_forced_aligner/utils/make_ass_files.py | 1 | # Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/nemo_forced_aligner/utils/make_ctm_files.py | 1 | # Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/speech_data_simulator/multispeaker_simulator.py | 1 | # Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/ctc_segmentation/run_segmentation.sh | 1 | #!/bin/bash |
| LOW | tools/ctc_segmentation/run_filter.sh | 1 | #!/bin/bash |
| LOW | tools/ctc_segmentation/scripts/prepare_data.py | 1 | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. |
| LOW | …ols/ctc_segmentation/scripts/get_metrics_and_filter.py | 1 | # Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved. |
| LOW | tools/ctc_segmentation/scripts/normalization_helpers.py | 1 | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/ctc_segmentation/scripts/verify_segments.py | 1 | # Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/ctc_segmentation/scripts/cut_audio.py | 1 | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/ctc_segmentation/scripts/utils.py | 1 | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/ctc_segmentation/scripts/run_ctc_segmentation.py | 1 | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/speech_data_explorer/data_explorer.py | 1 | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/customization_dataset_preparation/__init__.py | 1 | # Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. |
| LOW | …taset_preparation/customization_dataset_preparation.py | 1 | # Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. |
| LOW | …ration/tests/test_customization_dataset_preparation.py | 1 | # Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. |
| LOW | …ls/customization_dataset_preparation/tests/__init__.py | 1 | # Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/rir_corpus_generator/rir_mix_generator.py | 1 | # Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/rir_corpus_generator/rir_corpus_generator.py | 1 | # Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/nmt_webapp/nmt_service.py | 1 | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/asr_evaluator/asr_evaluator.py | 1 | # Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/asr_evaluator/utils.py | 1 | # Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/nmt_grpc_service/server.py | 1 | # Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/nmt_grpc_service/client.py | 1 | # Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/nmt_grpc_service/asr_nmt_client.py | 1 | # Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/nmt_grpc_service/api/nmt_pb2.py | 1 | # Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. |
| LOW | tools/nmt_grpc_service/api/nmt_pb2_grpc.py | 1 | # Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. |
| LOW | nemo/package_info.py | 1 | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. |
| LOW | nemo/constants.py | 1 | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. |
| LOW | nemo/__init__.py | 1 | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. |
| LOW | nemo/lightning/base_callback.py | 1 | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. |
| LOW | nemo/lightning/__init__.py | 1 | # Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved. |
| LOW | nemo/lightning/callback_group.py | 1 | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. |
| LOW | nemo/lightning/one_logger_callback.py | 1 | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. |
| LOW | nemo/lightning/base.py | 1 | # Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved. |
| LOW | nemo/core/__init__.py | 1 | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. |
| LOW | nemo/core/connectors/save_restore_connector.py | 1 | # Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. |
| LOW | nemo/core/connectors/__init__.py | 1 | # Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. |
| LOW | nemo/core/neural_types/elements.py | 1 | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. |
| LOW | nemo/core/neural_types/neural_type.py | 1 | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. |
| LOW | nemo/core/neural_types/__init__.py | 1 | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. |
| LOW | nemo/core/neural_types/comparison.py | 1 | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. |
| LOW | nemo/core/neural_types/axes.py | 1 | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. |
| LOW | nemo/core/config/base_config.py | 1 | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. |
| LOW | nemo/core/config/__init__.py | 1 | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. |
| LOW | nemo/core/config/optimizers.py | 1 | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. |
| LOW | nemo/core/config/pytorch_lightning.py | 1 | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. |
| 1624 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | .readthedocs.yml | 1 | # ============================================================================= |
| MEDIUM | .readthedocs.yml | 15 | # ============================================================================= |
| MEDIUM | nemo/collections/speechlm2/vllm/salm/backends.py | 48 | # ── Base backend ──────────────────────────────────────────────────── |
| MEDIUM | nemo/collections/speechlm2/vllm/salm/backends.py | 79 | # ── Transformer backend (Qwen3, etc.) ──────────────────────────────── |
| MEDIUM | nemo/collections/speechlm2/vllm/salm/backends.py | 216 | # ── Hybrid backend (NemotronH / Mamba+MoE) ────────────────────────── |
| MEDIUM | nemo/collections/speechlm2/vllm/salm/backends.py | 304 | # ── Factory ───────────────────────────────────────────────────────── |
| MEDIUM | nemo/collections/speechlm2/vllm/salm/audio.py | 80 | # ── Helpers ───────────────────────────────────────────────────────── |
| MEDIUM | nemo/collections/speechlm2/vllm/salm/audio.py | 118 | # ── Multimodal contract types ─────────────────────────────────────── |
| MEDIUM | nemo/collections/speechlm2/modules/ear_tts_vae_codec.py | 38 | # ============================================================================== |
| MEDIUM | nemo/collections/speechlm2/modules/ear_tts_vae_codec.py | 40 | # ============================================================================== |
| MEDIUM | nemo/collections/speechlm2/modules/ear_tts_vae_codec.py | 104 | # ============================================================================== |
| MEDIUM | nemo/collections/speechlm2/modules/ear_tts_vae_codec.py | 106 | # ============================================================================== |
| MEDIUM | nemo/collections/speechlm2/modules/ear_tts_vae_codec.py | 436 | # ============================================================================== |
| MEDIUM | nemo/collections/speechlm2/modules/ear_tts_vae_codec.py | 438 | # ============================================================================== |
| MEDIUM | nemo/collections/speechlm2/modules/ear_tts_model.py | 34 | # ============================================================================== |
| MEDIUM | nemo/collections/speechlm2/modules/ear_tts_model.py | 36 | # ============================================================================== |
| MEDIUM | nemo/collections/speechlm2/modules/ear_tts_model.py | 95 | # ============================================================================== |
| MEDIUM | nemo/collections/speechlm2/modules/ear_tts_model.py | 97 | # ============================================================================== |
| MEDIUM | nemo/collections/speechlm2/modules/ear_tts_model.py | 237 | # ============================================================================== |
| MEDIUM | nemo/collections/speechlm2/modules/ear_tts_model.py | 239 | # ============================================================================== |
| MEDIUM | …ollections/common/video_tokenizers/cosmos_tokenizer.py | 1 | # ----------------------------------------------------------------------------- |
| MEDIUM | …ollections/common/video_tokenizers/cosmos_tokenizer.py | 8 | # ----------------------------------------------------------------------------- |
| MEDIUM | …mo/collections/common/modules/adapters/mcore_mixins.py | 249 | # ===================== |
| MEDIUM | …mo/collections/common/modules/adapters/mcore_mixins.py | 251 | # ===================== |
| MEDIUM | …mo/collections/common/modules/adapters/mcore_mixins.py | 256 | # =================================================== |
| MEDIUM | …mo/collections/common/modules/adapters/mcore_mixins.py | 258 | # =================================================== |
| MEDIUM | …mo/collections/common/modules/adapters/mcore_mixins.py | 268 | # ================================================ |
| MEDIUM | …mo/collections/common/modules/adapters/mcore_mixins.py | 270 | # ================================================ |
| MEDIUM | …mo/collections/common/modules/adapters/mcore_mixins.py | 293 | # ================================== |
| MEDIUM | …mo/collections/common/modules/adapters/mcore_mixins.py | 295 | # ================================== |
| MEDIUM | …mo/collections/common/modules/adapters/mcore_mixins.py | 323 | # ================= |
| MEDIUM | …mo/collections/common/modules/adapters/mcore_mixins.py | 325 | # ================= |
| MEDIUM | nemo/collections/audio/modules/transforms.py | 383 | # ------------------------------------------------------------------ |
| MEDIUM | nemo/collections/audio/modules/transforms.py | 385 | # ------------------------------------------------------------------ |
| MEDIUM | nemo/collections/asr/metrics/md_eval.py | 34 | # ============================================================================== |
| MEDIUM | nemo/collections/asr/metrics/md_eval.py | 36 | # ============================================================================== |
| MEDIUM | nemo/collections/asr/metrics/md_eval.py | 60 | # ============================================================================== |
| MEDIUM | nemo/collections/asr/metrics/md_eval.py | 91 | # ─── Type aliases ────────────────────────────────────────────────────────── |
| MEDIUM | nemo/collections/asr/metrics/md_eval.py | 100 | # ─── Constants ───────────────────────────────────────────────────────────── |
| MEDIUM | nemo/collections/asr/metrics/md_eval.py | 158 | # ─── RTTM / UEM parsing ─────────────────────────────────────────────────── |
| MEDIUM | nemo/collections/asr/metrics/md_eval.py | 316 | # ─── UEM manipulation helpers ───────────────────────────────────────────── |
| MEDIUM | nemo/collections/asr/metrics/md_eval.py | 543 | # ─── Speaker segment timeline ───────────────────────────────────────────── |
| MEDIUM | nemo/collections/asr/metrics/md_eval.py | 633 | # ─── Bipartite speaker matching ─────────────────────────────────────────── |
| MEDIUM | nemo/collections/asr/metrics/md_eval.py | 677 | # ─── Per-segment speaker scoring ───────────────────────────────────────── |
| MEDIUM | nemo/collections/asr/metrics/md_eval.py | 796 | # ─── Main diarization scoring ───────────────────────────────────────────── |
| MEDIUM | nemo/collections/asr/metrics/md_eval.py | 904 | # ─── Output formatting ──────────────────────────────────────────────────── |
| MEDIUM | nemo/collections/asr/metrics/md_eval.py | 973 | # ─── Top-level evaluate ─────────────────────────────────────────────────── |
| MEDIUM | nemo/collections/asr/metrics/md_eval.py | 1113 | # ─── DER result wrapper ──────────────────────────────────────────────────── |
| MEDIUM | nemo/collections/asr/metrics/md_eval.py | 1119 | # ─────────────────────────────────────────────────────────────────────────── |
| MEDIUM | nemo/collections/asr/metrics/der.py | 54 | # ─── Lhotse-backed annotation helpers ────────────────────────────────────── |
| MEDIUM | nemo/collections/tts/parts/utils/tts_dataset_utils.py | 459 | # ============================================================================= |
| MEDIUM | nemo/collections/tts/parts/utils/tts_dataset_utils.py | 461 | # ============================================================================= |
| MEDIUM | tests/collections/speaker_tasks/utils/test_der.py | 612 | # ─── Tests: Multi-file scoring ─────────────────────────────────────────── |
| MEDIUM | tests/collections/speaker_tasks/utils/test_der.py | 68 | # ─── Helpers ────────────────────────────────────────────────────────────── |
| MEDIUM | tests/collections/speaker_tasks/utils/test_der.py | 182 | # ─── Tests: md_eval low-level engine ────────────────────────────────────── |
| MEDIUM | tests/collections/speaker_tasks/utils/test_der.py | 417 | # ─── Tests: der.py public API (score_labels_from_rttm_labels) ──────────── |
| MEDIUM | tests/collections/speaker_tasks/utils/test_der.py | 672 | # ─── Tests: External-engine-verified values (cross-validated) ──────────── |
| MEDIUM | tests/collections/speaker_tasks/utils/test_der.py | 902 | # ─── Tests: regression for no-UEM scoring (parity with external lib) ───── |
| MEDIUM | tests/collections/speaker_tasks/utils/test_der.py | 1057 | # ─── Tests: lhotse-based replacement for the external annotation lib ───── |
| MEDIUM | tests/collections/speaker_tasks/utils/test_der.py | 1549 | # ─── Tests: audio_end clipping ──────────────────────────────────────────── |
| 169 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tools/speech_data_explorer/data_explorer.py | 20 | |
| LOW | nemo/__init__.py | 16 | |
| LOW | nemo/__init__.py | 16 | |
| LOW | nemo/__init__.py | 16 | |
| LOW | nemo/__init__.py | 16 | |
| LOW | nemo/__init__.py | 16 | |
| LOW | nemo/__init__.py | 16 | |
| LOW | nemo/__init__.py | 16 | |
| LOW | nemo/__init__.py | 16 | |
| LOW | nemo/__init__.py | 16 | |
| LOW | nemo/__init__.py | 16 | |
| LOW | nemo/__init__.py | 16 | |
| LOW | nemo/lightning/__init__.py | 20 | |
| LOW | nemo/lightning/__init__.py | 20 | |
| LOW | nemo/core/__init__.py | 15 | |
| LOW | nemo/core/__init__.py | 16 | |
| LOW | nemo/core/connectors/save_restore_connector.py | 15 | |
| LOW | nemo/core/neural_types/__init__.py | 16 | |
| LOW | nemo/core/neural_types/__init__.py | 17 | |
| LOW | nemo/core/neural_types/__init__.py | 18 | |
| LOW | nemo/core/neural_types/__init__.py | 19 | |
| LOW | nemo/core/config/__init__.py | 15 | |
| LOW | nemo/core/config/__init__.py | 16 | |
| LOW | nemo/core/config/__init__.py | 17 | |
| LOW | nemo/core/config/__init__.py | 17 | |
| LOW | nemo/core/config/__init__.py | 17 | |
| LOW | nemo/core/config/__init__.py | 17 | |
| LOW | nemo/core/config/__init__.py | 17 | |
| LOW | nemo/core/config/__init__.py | 17 | |
| LOW | nemo/core/config/__init__.py | 17 | |
| LOW | nemo/core/config/__init__.py | 17 | |
| LOW | nemo/core/config/__init__.py | 17 | |
| LOW | nemo/core/config/__init__.py | 17 | |
| LOW | nemo/core/config/__init__.py | 17 | |
| LOW | nemo/core/config/__init__.py | 17 | |
| LOW | nemo/core/config/__init__.py | 31 | |
| LOW | nemo/core/config/__init__.py | 32 | |
| LOW | nemo/core/config/__init__.py | 33 | |
| LOW | nemo/core/config/__init__.py | 33 | |
| LOW | nemo/core/config/__init__.py | 33 | |
| LOW | nemo/core/config/__init__.py | 33 | |
| LOW | nemo/core/config/__init__.py | 33 | |
| LOW | nemo/core/config/__init__.py | 33 | |
| LOW | nemo/core/config/__init__.py | 33 | |
| LOW | nemo/core/config/__init__.py | 33 | |
| LOW | nemo/core/config/__init__.py | 33 | |
| LOW | nemo/core/config/__init__.py | 33 | |
| LOW | nemo/core/config/__init__.py | 33 | |
| LOW | nemo/core/config/__init__.py | 33 | |
| LOW | nemo/core/config/__init__.py | 33 | |
| LOW | nemo/core/config/__init__.py | 33 | |
| LOW | nemo/core/classes/__init__.py | 16 | |
| LOW | nemo/core/classes/__init__.py | 17 | |
| LOW | nemo/core/classes/__init__.py | 18 | |
| LOW | nemo/core/classes/__init__.py | 20 | |
| LOW | nemo/core/classes/__init__.py | 20 | |
| LOW | nemo/core/classes/__init__.py | 20 | |
| LOW | nemo/core/classes/__init__.py | 20 | |
| LOW | nemo/core/classes/__init__.py | 20 | |
| LOW | nemo/core/classes/__init__.py | 20 | |
| 694 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | nemo_dependencies.py | 27 | |
| LOW | nemo_dependencies.py | 44 | |
| LOW | nemo_dependencies.py | 90 | |
| LOW | nemo_dependencies.py | 115 | |
| LOW | tools/nemo_forced_aligner/align_eou.py | 445 | |
| LOW | …orced_aligner/tests/test_add_t_start_end_to_utt_obj.py | 260 | |
| LOW | tools/nemo_forced_aligner/utils/data_prep.py | 66 | |
| LOW | tools/nemo_forced_aligner/utils/make_ass_files.py | 111 | |
| LOW | tools/nemo_forced_aligner/utils/make_ass_files.py | 179 | |
| LOW | tools/nemo_forced_aligner/utils/make_ass_files.py | 335 | |
| LOW | tools/nemo_forced_aligner/utils/make_ctm_files.py | 69 | |
| LOW | tools/ctc_segmentation/scripts/prepare_data.py | 111 | |
| LOW | tools/ctc_segmentation/scripts/prepare_data.py | 207 | |
| LOW | tools/ctc_segmentation/scripts/prepare_data.py | 213 | |
| LOW | tools/ctc_segmentation/scripts/cut_audio.py | 50 | |
| LOW | tools/ctc_segmentation/scripts/utils.py | 167 | |
| LOW | tools/ctc_segmentation/scripts/utils.py | 213 | |
| LOW | tools/ctc_segmentation/scripts/utils.py | 267 | |
| LOW | tools/ctc_segmentation/scripts/utils.py | 303 | |
| LOW | tools/speech_data_explorer/data_explorer.py | 497 | |
| LOW | tools/speech_data_explorer/data_explorer.py | 640 | |
| LOW | tools/speech_data_explorer/data_explorer.py | 774 | |
| LOW | tools/speech_data_explorer/data_explorer.py | 929 | |
| LOW | tools/speech_data_explorer/data_explorer.py | 971 | |
| LOW | …taset_preparation/customization_dataset_preparation.py | 63 | |
| LOW | …taset_preparation/customization_dataset_preparation.py | 237 | |
| LOW | tools/asr_evaluator/utils.py | 37 | |
| LOW | tools/asr_evaluator/utils.py | 85 | |
| LOW | tools/asr_evaluator/utils.py | 270 | |
| LOW | nemo/lightning/one_logger_callback.py | 152 | |
| LOW | nemo/lightning/base.py | 55 | |
| LOW | nemo/core/connectors/save_restore_connector.py | 52 | |
| LOW | nemo/core/connectors/save_restore_connector.py | 97 | |
| LOW | nemo/core/connectors/save_restore_connector.py | 289 | |
| LOW | nemo/core/connectors/save_restore_connector.py | 361 | |
| LOW | nemo/core/connectors/save_restore_connector.py | 454 | |
| LOW | nemo/core/neural_types/elements.py | 99 | |
| LOW | nemo/core/neural_types/neural_type.py | 66 | |
| LOW | nemo/core/neural_types/neural_type.py | 93 | |
| LOW | nemo/core/neural_types/neural_type.py | 179 | |
| LOW | nemo/core/neural_types/axes.py | 60 | |
| LOW | nemo/core/config/hydra_runner.py | 53 | |
| LOW | nemo/core/config/hydra_runner.py | 69 | |
| LOW | nemo/core/config/hydra_runner.py | 71 | |
| LOW | nemo/core/classes/exportable.py | 138 | |
| LOW | nemo/core/classes/common.py | 90 | |
| LOW | nemo/core/classes/common.py | 226 | |
| LOW | nemo/core/classes/common.py | 289 | |
| LOW | nemo/core/classes/common.py | 377 | |
| LOW | nemo/core/classes/common.py | 589 | |
| LOW | nemo/core/classes/common.py | 888 | |
| LOW | nemo/core/classes/modelPT.py | 628 | |
| LOW | nemo/core/classes/modelPT.py | 795 | |
| LOW | nemo/core/classes/modelPT.py | 962 | |
| LOW | nemo/core/classes/modelPT.py | 1058 | |
| LOW | nemo/core/classes/modelPT.py | 1263 | |
| LOW | nemo/core/classes/modelPT.py | 1960 | |
| LOW | nemo/core/classes/modelPT.py | 2017 | |
| LOW | nemo/core/classes/mixins/access_mixins.py | 77 | |
| LOW | nemo/core/classes/mixins/adapter_mixins.py | 126 | |
| 662 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | tools/nmt_grpc_service/api/nmt_pb2_grpc.py | 64 | # This class is part of an EXPERIMENTAL API. |
| MEDIUM | nemo/core/neural_types/axes.py | 86 | """This class represents axis semantics and (optionally) it's dimensionality |
| MEDIUM | nemo/core/config/modelPT.py | 87 | # Create the config builder |
| MEDIUM | …e_agent/pipecat/transports/network/websocket_server.py | 172 | # Create a task to monitor the websocket connection |
| MEDIUM | nemo/utils/import_utils.py | 15 | # This file is taken from https://github.com/NVIDIA-NeMo/Curator/blob/dask/nemo_curator/utils/import_utils.py, |
| MEDIUM | nemo/utils/exp_manager.py | 645 | # Create the logging directory if it does not exist |
| MEDIUM | nemo/utils/exp_manager.py | 1338 | # Create the callback and attach it to trainer |
| MEDIUM | nemo/utils/metaclasses.py | 36 | # Create a new object instance - one per class. |
| MEDIUM | nemo/utils/decorators/deprecated.py | 87 | # Create a banner |
| MEDIUM | nemo/collections/speechlm2/models/duplex_ear_tts.py | 459 | # Create a random dropout decision for each BOS instance |
| MEDIUM | nemo/collections/speechlm2/models/duplex_ear_tts.py | 470 | # Create a mask of the same shape as target_text_tokens |
| MEDIUM | …/collections/speechlm2/parts/metrics/results_logger.py | 216 | # Create a wav with eou prediction for debug purposes |
| MEDIUM | nemo/collections/speechlm2/modules/ear_tts_vae_codec.py | 94 | # Create a range tensor from 0 to max_length - 1 |
| MEDIUM | nemo/collections/speechlm2/modules/ear_tts_vae_codec.py | 146 | # Create the window tensor on the same device as the waveform. |
| MEDIUM | nemo/collections/speechlm2/modules/ear_tts_model.py | 158 | # Create a range tensor from 0 to max_length - 1 |
| MEDIUM | nemo/collections/speechlm2/modules/ear_tts_model.py | 331 | # Create a new, dense character vocabulary sorted by the original token ID |
| MEDIUM | nemo/collections/speechlm2/modules/ear_tts_model.py | 834 | # Create a padded tensor for the character IDs |
| MEDIUM | …o/collections/speechlm2/data/duplex_ear_tts_dataset.py | 715 | # Create a deepcopy and update duration |
| MEDIUM | …o/collections/speechlm2/data/duplex_ear_tts_dataset.py | 773 | # Create a zero tensor of shape [T] (assuming mono audio) |
| MEDIUM | nemo/collections/common/parts/skills_utils.py | 15 | # This file is maintained in sync with `nemo_skills/pipeline/utils.py` |
| MEDIUM | nemo/collections/common/parts/nemo_run_utils.py | 124 | # Create the remote directory on the cluster |
| MEDIUM | nemo/collections/common/parts/nemo_run_utils.py | 167 | # Create the config file on the local filesystem |
| MEDIUM | nemo/collections/common/parts/nemo_run_utils.py | 191 | # Create the config file on the remote cluster |
| MEDIUM | nemo/collections/common/prompts/canary.py | 74 | # This method handles a level of indirection for Canary. |
| MEDIUM | nemo/collections/common/prompts/canary2.py | 104 | # This method handles a level of indirection for Canary. |
| MEDIUM | nemo/collections/common/data/lhotse/cutset.py | 1504 | # Create a stream for each dataset. |
| MEDIUM | nemo/collections/common/data/lhotse/cutset.py | 1671 | # Create a new Recording with the extended audio |
| MEDIUM | nemo/collections/common/data/lhotse/cutset.py | 1706 | # Create a Recording from the silence audio |
| MEDIUM | nemo/collections/audio/parts/submodules/diffusion.py | 160 | """This class implements the Ornstein-Uhlenbeck SDE with variance exploding noise schedule. |
| MEDIUM | nemo/collections/audio/parts/submodules/diffusion.py | 512 | # Create a copy of SDE |
| MEDIUM | …o/collections/audio/parts/submodules/conformer_unet.py | 159 | # Create the self-attention and padding masks |
| MEDIUM | …lections/audio/parts/submodules/schroedinger_bridge.py | 415 | # Create a copy of the noise schedule |
| MEDIUM | nemo/collections/audio/data/data_simulation.py | 593 | # Create a radom set of microphones |
| MEDIUM | nemo/collections/audio/data/data_simulation.py | 1682 | # Define a window around the direct path delay |
| MEDIUM | nemo/collections/asr/losses/rnnt_pytorch.py | 179 | """This function implements Equation 7 in the TDT paper https://arxiv.org/pdf/2304.06795.pdf, |
| MEDIUM | nemo/collections/asr/models/aed_multitask_models.py | 1196 | # This method is a legacy helper for Canary that checks whether prompt slot values were provided |
| MEDIUM | nemo/collections/asr/parts/features.py | 34 | # This file contains code artifacts adapted from https://github.com/ryanleary/patter |
| MEDIUM | nemo/collections/asr/parts/mixins/transcription.py | 301 | # Create a results of the same type as each element in processed_outputs |
| MEDIUM | nemo/collections/asr/parts/mixins/transcription.py | 308 | # Create a results of the same type as each element in processed_outputs |
| MEDIUM | nemo/collections/asr/parts/mixins/transcription.py | 316 | # Create a results of the same type as each element in processed_outputs |
| MEDIUM | nemo/collections/asr/parts/mixins/transcription.py | 382 | # Create a DataLoader if not already present |
| MEDIUM | nemo/collections/asr/parts/mixins/diarization.py | 255 | # Create a results of the same type as each element in processed_outputs |
| MEDIUM | nemo/collections/asr/parts/mixins/diarization.py | 262 | # Create a results of the same type as each element in processed_outputs |
| MEDIUM | nemo/collections/asr/parts/mixins/diarization.py | 323 | # Create a DataLoader if not already present |
| MEDIUM | nemo/collections/asr/parts/utils/numba_utils.py | 33 | # Create an empty output array |
| MEDIUM | …llections/asr/parts/utils/multispk_transcribe_utils.py | 1114 | # Initialize the instance manager with the batch size of the chunk audio. |
| MEDIUM | …llections/asr/parts/utils/multispk_transcribe_utils.py | 1227 | # Initialize the instance manager with the batch size of the chunk audio. |
| MEDIUM | nemo/collections/asr/parts/utils/transcribe_utils.py | 227 | # Create a preprocessor to convert audio samples into raw features, |
| MEDIUM | nemo/collections/asr/parts/utils/diarization_utils.py | 196 | # Create a list containing string formatted transcript |
| MEDIUM | nemo/collections/asr/parts/utils/diarization_utils.py | 561 | # Create a split segment and add it to the corresponding interval |
| MEDIUM | nemo/collections/asr/parts/utils/diarization_utils.py | 1177 | # Create a transscript information json dictionary from the output variables |
| MEDIUM | nemo/collections/asr/parts/submodules/spectr_augment.py | 199 | # Create a mask_tensor with all the indices. |
| MEDIUM | nemo/collections/asr/parts/submodules/spectr_augment.py | 206 | # Create a final mask that aligns with the full tensor |
| MEDIUM | …llections/asr/parts/submodules/multi_head_attention.py | 609 | # Create a helper tensor to find the local indices of global attention |
| MEDIUM | nemo/collections/asr/parts/preprocessing/features.py | 34 | # This file contains code artifacts adapted from https://github.com/ryanleary/patter |
| MEDIUM | nemo/collections/asr/parts/preprocessing/segment.py | 34 | # This file contains code artifacts adapted from https://github.com/ryanleary/patter |
| MEDIUM | nemo/collections/asr/parts/preprocessing/perturb.py | 34 | # This file contains code artifacts adapted from https://github.com/ryanleary/patter |
| MEDIUM | nemo/collections/asr/parts/preprocessing/perturb.py | 1356 | """This function is used to iterate through utterances with different offsets for each file.""" |
| MEDIUM | nemo/collections/asr/inference/utils/context_manager.py | 170 | # Create a dummy context with None values |
| MEDIUM | nemo/collections/asr/inference/utils/bpe_decoder.py | 139 | # Create a text segment |
| 51 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | nemo/collections/speechlm2/models/duplex_ear_tts.py | 1107 | Returns a dictionary of initial inputs for inference, using registered buffers. Args: B (i |
| HIGH | nemo/collections/speechlm2/models/nemotron_voicechat.py | 441 | Runs full offline duplex speech-to-speech inference. This method performs: 1. Streaming S |
| HIGH | nemo/collections/speechlm2/parts/optim_setup.py | 170 | Utility used to freeze select model parameters, and skip them for the purpose of initializing an optimizer's pa |
| HIGH | nemo/collections/speechlm2/modules/ear_tts_vae_codec.py | 173 | Converts a spectrogram back into a waveform using the overlap-add method. This function is an approximate inver |
| HIGH | nemo/collections/speechlm2/modules/ear_tts_vae_codec.py | 362 | Computes a Mel-scaled spectrogram from an audio waveform. This function transforms a standard spectrogram into |
| HIGH | nemo/collections/speechlm2/data/salm_dataset.py | 40 | A dataset for Speech-Augmented Language Models (SALM) that processes multimodal conversations containing both t |
| HIGH | nemo/collections/speechlm2/data/s2s_dataset.py | 29 | A dataset for duplex speech-to-speech models that handles bidirectional conversations. This dataset processes |
| HIGH | …o/collections/speechlm2/data/duplex_ear_tts_dataset.py | 34 | A dataset for duplex speech-to-speech models that handles bidirectional conversations. This dataset processes |
| HIGH | …ctions/common/tokenizers/huggingface/auto_tokenizer.py | 236 | Adds a dictionary of special tokens (eos, pad, cls...). If special tokens are NOT in the vocabulary, they are |
| HIGH | nemo/collections/common/callbacks/ema.py | 168 | EMAOptimizer is a wrapper for torch.optim.Optimizer that computes Exponential Moving Average of parameters regi |
| HIGH | nemo/collections/common/parts/skills_utils.py | 239 | Construct the command for starting a reward model server. Args: server_type (str): Type of server to start |
| HIGH | nemo/collections/common/parts/preprocessing/manifest.py | 48 | Iterate through json lines of provided manifests. NeMo ASR pipelines often assume certain manifest files structure. |
| HIGH | nemo/collections/common/parts/preprocessing/parsers.py | 229 | Creates parser from labels, set of arguments and concise parser name. Args: labels: List of labels to alloc |
| HIGH | nemo/collections/asr/metrics/md_eval.py | 255 | Parse a UEM (Un-partitioned Evaluation Map) file. Args: uem_file: Path to the UEM file. If ``None``, return |
| HIGH | nemo/collections/asr/models/sortformer_diar_models.py | 749 | One-step forward pass for diarization inference in streaming mode. Args: processed_signal |
| HIGH | nemo/collections/asr/models/rnnt_models.py | 193 | Helper method to extract the rnnt loss name, and potentially its kwargs to be passed. Args: |
| HIGH | nemo/collections/asr/parts/utils/transcribe_utils.py | 328 | Prepare audio data for transcription. Args: cfg (DictConfig): Configuration dictionary containing the f |
| HIGH | nemo/collections/asr/parts/utils/asr_batching.py | 207 | Instantiates a Semi Sorted (Batch) Sampler. Args: model: ASR Model. dataset: Dataset which all |
| HIGH | nemo/collections/asr/parts/utils/speaker_utils.py | 777 | Combine overlaps with floating point numbers. Since neighboring integers are considered as continuous range, we |
| HIGH | …ons/asr/parts/submodules/rnnt_maes_batched_computer.py | 327 | Combines acoustic model log probabilities with language model scores based on the specified blank LM score mode |
| HIGH | …ons/asr/parts/submodules/rnnt_maes_batched_computer.py | 355 | Performs top-k selection and pruning for language model (LM) and automatic speech recognition (ASR) outputs |
| HIGH | nemo/collections/asr/parts/submodules/tdnn_attention.py | 26 | Statistics and time average pooling (TAP) layer This computes mean and, optionally, standard deviation statistics a |
| HIGH | …o/collections/asr/inference/pipelines/base_pipeline.py | 521 | Resolve language_code to a strict prompt index; raise if invalid. Args: language_code: (str |
| HIGH | …o/collections/asr/inference/pipelines/base_pipeline.py | 554 | Build prompt vectors for a batch of states using one-hot encoding. Args: states: (list) Lis |
| HIGH | nemo/collections/asr/inference/nmt/llm_translator.py | 110 | Setup device for the LLM model. Args: device: (str) device to run the model on |
| HIGH | nemo/collections/asr/inference/nmt/llm_translator.py | 139 | Returns prompt template for the LLM model. Args: model_name: (str) name of the model to get |
| HIGH | nemo/collections/asr/inference/nmt/llm_translator.py | 156 | Load NMT model in vLLM format. Args: llm_params: (dict) parameters for the LLM model |
| HIGH | nemo/collections/asr/data/audio_to_text_dataset.py | 930 | Normalize manifest or tarred audio file paths into a ``ListConfig`` of lists. Handles string inputs (comma-sep |
| HIGH | nemo/collections/asr/data/audio_to_text_dataset.py | 963 | Chain multiple bucketed datasets using the specified bucketing strategy. When multiple datasets are provided ( |
| HIGH | nemo/collections/asr/data/audio_to_text_dataset.py | 1015 | Calculate per-bucket batch sizes for adaptive bucketing. Supports two modes: linear scaling (integer ``bucketi |
| HIGH | nemo/collections/tts/models/magpietts.py | 942 | Normalize speaker_indices to a tensor of shape (batch_size,). Args: speaker_indices: Speaker select |
| HIGH | nemo/collections/tts/models/magpietts.py | 994 | Get baked context embeddings for a batch, with per-element speaker selection. Args: batch_size: Num |
| HIGH | nemo/collections/tts/models/magpietts.py | 1363 | Convert attention probability matrices to numpy images for logging. Args: attention_prob_m |
| HIGH | nemo/collections/tts/models/magpietts.py | 1405 | Decode audio codes to waveforms and convert to numpy arrays for logging. Args: logits: Mod |
| HIGH | nemo/collections/tts/models/magpietts.py | 1887 | Prepare all context tensors for the decoder. This method orchestrates text encoding, context extraction, and mo |
| HIGH | nemo/collections/tts/models/magpietts.py | 3720 | Generate speech from raw text transcript. This is a convenience method for single-utterance text-to-sp |
| HIGH | nemo/collections/tts/parts/utils/tts_dataset_utils.py | 480 | Split a paragraph into sentences based on sentence-ending punctuation. Sentence separators are chosen from the |
| HIGH | nemo/collections/tts/parts/utils/tts_dataset_utils.py | 775 | Unified text chunking for inference: returns single chunk if below threshold, multiple sentence chunks if above |
| HIGH | …o/collections/tts/modules/magpietts_inference/utils.py | 314 | Load a MagpieTTS model from checkpoint or NeMo archive. Supports two loading modes: 1. Checkpoint mode: hparams |
| HIGH | …o/collections/tts/modules/magpietts_inference/utils.py | 397 | Load an EasyMagpieTTSInferenceModel (decoder-only) from checkpoint or NeMo archive. Uses the inference-only base cl |
| HIGH | scripts/asr_language_modeling/ngram_lm/ngram_merge.py | 166 | Calculates perplexity of a given ngram model on a test file. Args: ngram_mod (str): The pa |
| HIGH | scripts/asr_language_modeling/ngram_lm/ngram_merge.py | 200 | Converts an ngram model in binary format to ARPA format. Args: - ngram_mod (str): The path to |
| HIGH | scripts/asr_language_modeling/ngram_lm/ngram_merge.py | 343 | Function: make_symbol_list Create a symbol table for the input tokenizer model file. Args: nemo_m |
| HIGH | …ognition/partial_conversion_to_tarred_audio_dataset.py | 66 | Selects and returns a subset of shards from the tarred manifest file. Args: manifest_filepath (str): T |
| HIGH | …ognition/partial_conversion_to_tarred_audio_dataset.py | 136 | Creates tarred shards based on the provided configuration. Args: cfg (PartialASRTarredDatasetConfig): |
| HIGH | …/speech_recognition/convert_to_tarred_audio_dataset.py | 182 | Creates a new tarred dataset from a given manifest file. Args: manifest_path (str): Path t |
| HIGH | …/speech_recognition/convert_to_tarred_audio_dataset.py | 380 | Creates a concatenated tarred dataset from the base manifest and additional manifest files. Args: |
| HIGH | scripts/tts_comparison_report/reporting/models.py | 83 | Create sample metadata from one filewise metrics item. Args: item: One entry from the filewise metr |
| HIGH | scripts/tts_comparison_report/reporting/models.py | 167 | Create benchmark data by discovering benchmark artifacts in storage. Args: benchmark_name: Name of |
| HIGH | scripts/tts_comparison_report/reporting/models.py | 297 | Create bucket data by discovering benchmark artifacts in storage. Args: bucket_name: Display name o |
| HIGH | scripts/tts_comparison_report/reporting/models.py | 370 | Return the aggregated value of a metric for one benchmark. Args: metric_name: Name of the metric to |
| HIGH | scripts/tts_comparison_report/reporting/models.py | 449 | Return filewise samples for a metric from one or all benchmarks. Args: metric_name: Name of the met |
| HIGH | scripts/tts_comparison_report/reporting/models.py | 469 | Return generated audio file paths for a benchmark. Args: benchmark_name: Name of the benchmark. |
| HIGH | scripts/tts_comparison_report/reporting/models.py | 495 | Return sample metadata for a benchmark derived from filewise metrics. Args: benchmark_name: Name of |
| HIGH | scripts/tts_comparison_report/reporting/orchestrator.py | 401 | Generate evaluation reports, upload report artifacts to S3, and return report URLs. This method performs the fu |
| HIGH | …s_comparison_report/reporting/components/stat_tests.py | 92 | Run statistical tests for all distribution metrics. Args: bucket_baseline: Baseline bucket data. bu |
| HIGH | …comparison_report/reporting/components/audio_report.py | 70 | Prepare audio pairs for the selected benchmarks. Args: bucket_baseline: Baseline bucket data. bucke |
| HIGH | …omparison_report/reporting/components/metrics_table.py | 64 | Prepare formatted metric rows for one benchmark comparison table. Args: benchmark_name: Name of the benchma |
| HIGH | …omparison_report/reporting/components/metrics_table.py | 105 | Prepare formatted metric rows for the summary comparison table. Args: bucket_baseline: Baseline bucket data |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tools/speech_data_simulator/conf/data_simulator.yaml | 64 | add_seg_aug: False # Set True to enable augmentation on each speech segment |
| LOW | tools/speech_data_simulator/conf/data_simulator.yaml | 72 | add_sess_aug: False # Set True to enable audio augmentation on the whole session |
| LOW | tools/speech_data_explorer/data_explorer.py | 104 | # Check if file exists |
| LOW | nemo/core/connectors/save_restore_connector.py | 85 | # Check if we are packing the folder into a nemo file |
| LOW | nemo/core/connectors/save_restore_connector.py | 643 | # Check if the member is a symbolic link |
| LOW | nemo/core/config/hydra_runner.py | 94 | # Check if user set the schema. |
| LOW | nemo/core/classes/common.py | 109 | # Check if this is a missing dependency issue vs a malicious target |
| LOW | nemo/core/classes/common.py | 117 | # Check if the module path is in our approved prefixes |
| LOW | nemo/core/classes/common.py | 326 | # Check if keys exists in the defined input types |
| LOW | nemo/core/classes/common.py | 862 | # Check if nemo_model_file_in_cache is a directory |
| LOW | nemo/core/classes/common.py | 976 | # Check if api token exists, use if it does |
| LOW | nemo/core/classes/common.py | 982 | # Check if model exists in HF |
| LOW | nemo/core/classes/modelPT.py | 705 | # Check if caller provided optimizer name, default to Adam otherwise |
| LOW | nemo/core/classes/modelPT.py | 723 | # Check if caller has optimizer kwargs, default to empty dictionary |
| LOW | nemo/core/classes/modelPT.py | 1365 | # Check if model is being resumed or not - only works if `Trainer` is attached to model |
| LOW | nemo/core/classes/modelPT.py | 1551 | # Assign trainer to the model |
| LOW | nemo/core/classes/mixins/adapter_mixins.py | 361 | # Check if type is supported (if available) and is an enabled adapter |
| LOW | nemo/core/classes/mixins/adapter_mixins.py | 476 | # Check if adapter is enabled or not |
| LOW | nemo/core/classes/mixins/hf_io_mixin.py | 108 | # Check if api token exists, use if it does |
| LOW | nemo/core/classes/mixins/adapter_mixin_strategies.py | 241 | # Check if globally allowed to compute aux loss |
| LOW | nemo/core/optim/distributed_adam.py | 658 | # Check if fragment needs to be updated |
| LOW | nemo/core/utils/process_launcher/launcher.py | 269 | # Check if all processes are completed or not |
| LOW | …ice_agent/pipecat/utils/text/simple_text_aggregator.py | 74 | # Check if the only period is a bullet point (e.g., "1. Alpha" or incomplete "1.") |
| LOW | …ice_agent/pipecat/utils/text/simple_text_aggregator.py | 81 | # Check if any of the abbreviations "e.", "i." "g.", "etc." are present in the text |
| LOW | …ents/voice_agent/pipecat/services/nemo/audio_logger.py | 721 | # Check if we need to start a new turn or append to existing turn |
| LOW | nemo/agents/voice_agent/pipecat/services/nemo/llm.py | 457 | # Check if there's already a vLLM process running on the same port and model |
| LOW | nemo/agents/voice_agent/pipecat/services/nemo/llm.py | 461 | # Check if this process is using the same port and model |
| LOW | nemo/agents/voice_agent/pipecat/services/nemo/llm.py | 574 | # Check if process is still running |
| LOW | nemo/utils/te_utils.py | 23 | # Check if Transformer Engine has quantized tensor classes |
| LOW | nemo/utils/exp_manager.py | 1404 | # Check if cuda is avialable as preemption is supported only on GPUs |
| LOW | nemo/utils/decorators/deprecated.py | 48 | # Check if we already warned about that function. |
| LOW | nemo/utils/callbacks/preemption.py | 57 | # Check if torch distributed is initialised, required for broadcasting the preemption signal to all the ranks |
| LOW | nemo/collections/speechlm2/models/duplex_ear_tts.py | 1408 | # Check if we should use the custom grouping |
| LOW | nemo/collections/speechlm2/parts/metrics/turn_taking.py | 64 | # Check if within tolerance |
| LOW | …o/collections/speechlm2/parts/metrics/mcq_evaluator.py | 238 | # Check if response is empty |
| LOW | …o/collections/speechlm2/parts/metrics/mcq_evaluator.py | 282 | # Check if correct |
| LOW | nemo/collections/speechlm2/parts/metrics/empty_text.py | 49 | # Check if hypothesis is empty or only whitespace |
| LOW | nemo/collections/speechlm2/data/force_align.py | 269 | # Check if this is a Segment object (has words_and_tokens attribute) |
| LOW | nemo/collections/speechlm2/data/force_align.py | 273 | # Check if this is a Word object (has 'text' and timing attributes) |
| LOW | …o/collections/speechlm2/data/duplex_ear_tts_dataset.py | 585 | # Check if system prompt exists in custom field |
| LOW | nemo/collections/common/parts/skills_utils.py | 632 | # Check if result directory compression is streamable |
| LOW | nemo/collections/common/parts/nemo_run_utils.py | 57 | # Check if the cluster config is provided |
| LOW | nemo/collections/common/parts/nemo_run_utils.py | 61 | # Check if the mounts key is present in the cluster config |
| LOW | nemo/collections/common/parts/nemo_run_utils.py | 70 | # Check if the mount path already exists in the cluster config |
| LOW | nemo/collections/common/parts/nemo_run_utils.py | 99 | # Check if the directory is a string or a list |
| LOW | nemo/collections/common/parts/nemo_run_utils.py | 103 | # Check if the executor is local |
| LOW | nemo/collections/common/parts/nemo_run_utils.py | 113 | # Check if the executor is slurm |
| LOW | nemo/collections/common/parts/nemo_run_utils.py | 115 | # Check if the ssh tunnel config is provided in the cluster config |
| LOW | nemo/collections/common/parts/nemo_run_utils.py | 151 | # Check if the config_name is a string and ends with .yaml |
| LOW | nemo/collections/common/parts/nemo_run_utils.py | 155 | # Check if the config_directory is a string or a list |
| LOW | nemo/collections/common/parts/nemo_run_utils.py | 163 | # Check if the executor is local |
| LOW | nemo/collections/common/parts/nemo_run_utils.py | 217 | # Check if the cluster config is provided |
| LOW | nemo/collections/common/parts/nemo_run_utils.py | 221 | # Check if the directories is a string or a list |
| LOW | nemo/collections/common/parts/nemo_run_utils.py | 225 | # Check if the executor is local |
| LOW | nemo/collections/common/parts/nemo_run_utils.py | 229 | # Check if the directories exist at the source location for mounting |
| LOW | nemo/collections/common/parts/nemo_run_utils.py | 178 | # Check if the executor is slurm |
| LOW | nemo/collections/common/parts/nemo_run_utils.py | 180 | # Check if the ssh tunnel config is provided in the cluster config |
| LOW | nemo/collections/common/parts/nemo_run_utils.py | 251 | # Check if the executor is slurm |
| LOW | nemo/collections/common/parts/nemo_run_utils.py | 253 | # Check if the ssh tunnel config is provided in the cluster config |
| LOW | nemo/collections/common/parts/nemo_run_utils.py | 265 | # Check if the directories exist at the source location for mounting |
| 104 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | nemo_dependencies.py | 67 | except Exception as e: |
| MEDIUM | nemo_dependencies.py | 68 | print(f"Error analyzing {file_path}: {e}") |
| LOW | tools/ctc_segmentation/scripts/prepare_data.py | 107 | except Exception as e: |
| LOW | …ols/ctc_segmentation/scripts/get_metrics_and_filter.py | 184 | except Exception as e: |
| LOW | tools/ctc_segmentation/scripts/utils.py | 131 | except Exception as e: |
| LOW | tools/ctc_segmentation/scripts/run_ctc_segmentation.py | 175 | except Exception as e: |
| LOW | tools/speech_data_explorer/data_explorer.py | 465 | except Exception as e: |
| LOW | tools/speech_data_explorer/data_explorer.py | 2726 | except Exception as ex: |
| LOW | tools/speech_data_explorer/data_explorer.py | 2788 | except Exception as ex: |
| LOW | tools/speech_data_explorer/data_explorer.py | 2813 | except Exception as ex: |
| LOW | tools/speech_data_explorer/data_explorer.py | 2840 | except Exception as ex: |
| LOW | tools/nmt_webapp/nmt_service.py | 92 | except Exception as ex: |
| MEDIUM | tools/nmt_webapp/nmt_service.py | 67 | def get_translation(): |
| LOW | nemo/lightning/callback_group.py | 93 | except Exception: |
| LOW | nemo/core/connectors/save_restore_connector.py | 781 | except Exception as e: |
| LOW | nemo/core/classes/common.py | 101 | except Exception: |
| LOW | nemo/core/classes/common.py | 105 | except Exception as e2: |
| LOW | nemo/core/classes/common.py | 439 | except Exception: |
| LOW | nemo/core/classes/common.py | 571 | except Exception: |
| LOW | nemo/core/classes/common.py | 624 | except Exception as e: |
| LOW | nemo/core/classes/common.py | 641 | except Exception as e: |
| LOW | nemo/core/classes/modelPT.py | 770 | except Exception as e: |
| LOW | nemo/core/utils/numba_utils.py | 143 | except Exception: |
| LOW | nemo/agents/voice_agent/utils/config_manager.py | 71 | except Exception as e: |
| LOW | …o/agents/voice_agent/utils/tool_calling/basic_tools.py | 54 | except Exception as e: |
| LOW | …e_agent/pipecat/transports/network/websocket_server.py | 191 | except Exception as e: |
| LOW | nemo/agents/voice_agent/pipecat/services/nemo/diar.py | 176 | except Exception as e: |
| LOW | nemo/agents/voice_agent/pipecat/services/nemo/diar.py | 181 | except Exception as e: |
| LOW | nemo/agents/voice_agent/pipecat/services/nemo/diar.py | 210 | except Exception as e: |
| LOW | nemo/agents/voice_agent/pipecat/services/nemo/diar.py | 241 | except Exception as e: |
| LOW | …ents/voice_agent/pipecat/services/nemo/audio_logger.py | 223 | except Exception as e: |
| LOW | …ents/voice_agent/pipecat/services/nemo/audio_logger.py | 279 | except Exception as e: |
| LOW | …ents/voice_agent/pipecat/services/nemo/audio_logger.py | 383 | except Exception as e: |
| LOW | …ents/voice_agent/pipecat/services/nemo/audio_logger.py | 393 | except Exception as e: |
| LOW | …ents/voice_agent/pipecat/services/nemo/audio_logger.py | 496 | except Exception as e: |
| LOW | …ents/voice_agent/pipecat/services/nemo/audio_logger.py | 549 | except Exception as e: |
| LOW | …ents/voice_agent/pipecat/services/nemo/audio_logger.py | 608 | except Exception as e: |
| LOW | …ents/voice_agent/pipecat/services/nemo/audio_logger.py | 738 | except Exception as e: |
| LOW | …ents/voice_agent/pipecat/services/nemo/audio_logger.py | 777 | except Exception as e: |
| LOW | …ents/voice_agent/pipecat/services/nemo/audio_logger.py | 808 | except Exception as e: |
| LOW | nemo/agents/voice_agent/pipecat/services/nemo/tts.py | 176 | except Exception as e: |
| LOW | nemo/agents/voice_agent/pipecat/services/nemo/tts.py | 181 | except Exception as e: |
| LOW | nemo/agents/voice_agent/pipecat/services/nemo/tts.py | 184 | except Exception as e: |
| LOW | nemo/agents/voice_agent/pipecat/services/nemo/tts.py | 388 | except Exception as e: |
| LOW | nemo/agents/voice_agent/pipecat/services/nemo/tts.py | 398 | except Exception as e: |
| LOW | nemo/agents/voice_agent/pipecat/services/nemo/tts.py | 590 | except Exception as e: |
| LOW | …ts/voice_agent/pipecat/services/nemo/streaming_diar.py | 203 | except Exception as e: |
| MEDIUM | …ts/voice_agent/pipecat/services/nemo/streaming_diar.py | 204 | print(f"Error in diarizer streaming step: {e}") |
| LOW | nemo/agents/voice_agent/pipecat/services/nemo/llm.py | 174 | except Exception as e: |
| LOW | nemo/agents/voice_agent/pipecat/services/nemo/llm.py | 275 | except Exception as e: |
| LOW | nemo/agents/voice_agent/pipecat/services/nemo/llm.py | 370 | except Exception as e: |
| LOW | nemo/agents/voice_agent/pipecat/services/nemo/llm.py | 593 | except Exception as e: |
| LOW | nemo/agents/voice_agent/pipecat/services/nemo/llm.py | 687 | except Exception as e: |
| LOW | nemo/agents/voice_agent/pipecat/services/nemo/stt.py | 258 | except Exception as e: |
| LOW | nemo/utils/export_utils.py | 265 | except Exception: # there may ne size mismatch and it may be OK |
| LOW | nemo/utils/export_utils.py | 287 | except Exception: # there may be size mismatch and it may be OK |
| LOW | nemo/utils/export_utils.py | 400 | except Exception: |
| LOW | nemo/utils/cast_utils.py | 118 | except Exception: |
| LOW | nemo/utils/env_var_parsing.py | 106 | except Exception: |
| LOW | nemo/utils/cloud.py | 145 | except Exception as e: |
| 153 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | nemo/collections/asr/losses/ctc.py | 45 | # Don't forget to properly call base constructor |
| LOW | examples/asr/slurm_example.sh | 34 | CONTAINER=nvcr.io/nvidia/nemo:25.02.rc4 # Adjust to your needs. and make sure you have ngc key in ~/.config/enroot/.cred |
| MEDIUM | examples/tts/conf/fastpitch_ssl.yaml | 2 | # If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | examples/tts/conf/fastpitch_align_ipa.yaml | 2 | # If you want to train a model on other dataset, you can change config values according to your dataset. |
| MEDIUM | examples/tts/conf/fastpitch_align_44100_adapter.yaml | 2 | # If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | examples/tts/conf/aligner.yaml | 2 | # If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | examples/tts/conf/fastpitch_align_44100.yaml | 2 | # rate. If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | examples/tts/conf/fastpitch_align_v1.05.yaml | 2 | # If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | examples/tts/conf/fastpitch_align_ipa_adapter.yaml | 2 | # If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | examples/tts/conf/hifigan_dataset/hifigan_44100.yaml | 2 | # If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | examples/tts/conf/hifigan_dataset/hifigan_22050.yaml | 2 | # If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | examples/tts/conf/hifigan/hifigan.yaml | 2 | # If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | examples/tts/conf/hifigan/hifigan_44100.yaml | 2 | # If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | examples/tts/conf/fastpitch/fastpitch_44100.yaml | 2 | # If you want to train a model on other dataset, you can change config values according to your dataset. |
| MEDIUM | examples/tts/conf/fastpitch/fastpitch_22050.yaml | 2 | # If you want to train a model on other dataset, you can change config values according to your dataset. |
| MEDIUM | examples/tts/conf/audio_codec/mel_codec_22050.yaml | 3 | # If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | …conf/audio_codec/audio_codec_low_frame_rate_22050.yaml | 2 | # If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | examples/tts/conf/audio_codec/mel_codec_44100.yaml | 3 | # If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | examples/tts/conf/audio_codec/audio_codec_44100.yaml | 2 | # If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | examples/tts/conf/audio_codec/audio_codec_22050.yaml | 2 | # If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | examples/tts/conf/audio_codec/audio_codec_16000.yaml | 2 | # If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | examples/tts/conf/audio_codec/audio_codec_24000.yaml | 2 | # If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | examples/tts/conf/audio_codec/encodec_24000.yaml | 2 | # If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | …es/tts/conf/zh/fastpitch_align_multispeaker_22050.yaml | 2 | # rate. If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | examples/tts/conf/zh/fastpitch_align_22050.yaml | 2 | # rate. If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | examples/tts/conf/de/fastpitch_align_44100_phoneme.yaml | 2 | # rate. If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | examples/tts/conf/de/fastpitch_align_22050_mix.yaml | 2 | # rate. If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | …amples/tts/conf/de/fastpitch_align_44100_grapheme.yaml | 2 | # rate. If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | …amples/tts/conf/de/fastpitch_align_22050_grapheme.yaml | 2 | # rate. If you want to train model on other dataset, you can change config values according to your dataset. |
| MEDIUM | examples/tts/conf/es/fastpitch_align_44100_ipa.yaml | 2 | # 44.1KHz sampling rate. If you want to train model on other dataset, you can change config values according |
| MEDIUM | …mples/tts/conf/es/fastpitch_align_44100_ipa_multi.yaml | 2 | # 44.1KHz sampling rate. If you want to train model on other dataset, you can change config values according |
| MEDIUM | examples/tts/conf/es/fastpitch_align_44100.yaml | 2 | # 44.1KHz sampling rate. If you want to train model on other dataset, you can change config values according |
| MEDIUM | scripts/tokenizers/process_asr_text_tokenizer.py | 37 | # In either case, you can add commas to concatenate different manifests or different data files. |
| MEDIUM | …pts/dataset_processing/process_speech_commands_data.py | 462 | f'\n<<NOTE>> Duration computation was skipped for demonstration purposes on Colaboratory.\n' |
| MEDIUM | scripts/installers/install_opengrm.sh | 19 | # Alternatively, in the Linux Debian you can use: sudo apt install libngram-tools |
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | nemo/core/connectors/save_restore_connector.py | 123 | model = nemo.collections.asr.models.EncDecCTCModel.restore_from('asr.nemo') |
| CRITICAL | nemo/core/connectors/save_restore_connector.py | 262 | model = nemo.collections.asr.models.EncDecCTCModel.restore_from('asr.nemo') |
| CRITICAL | nemo/core/connectors/save_restore_connector.py | 302 | state_dict = nemo.collections.asr.models.EncDecCTCModel.extract_state_dict_from('asr.nemo', './ckpts') |
| CRITICAL | nemo/core/connectors/save_restore_connector.py | 311 | state_dict = nemo.collections.asr.models.EncDecCTCModel.extract_state_dict_from( |
| CRITICAL | nemo/core/classes/modelPT.py | 463 | model = nemo.collections.asr.models.EncDecCTCModel.restore_from('asr.nemo') |
| CRITICAL | nemo/core/classes/modelPT.py | 1484 | state_dict = nemo.collections.asr.models.EncDecCTCModel.extract_state_dict_from('asr.nemo', './ckpts') |
| CRITICAL | nemo/core/classes/modelPT.py | 1493 | state_dict = nemo.collections.asr.models.EncDecCTCModel.extract_state_dict_from( |
| CRITICAL | …parts/submodules/aed_decoding/aed_batched_streaming.py | 109 | pred_tokens_ids, batch_size, _ = self.asr_model.decoding.decoding.greedy_search._prepare_for_search( |
| CRITICAL | …parts/submodules/aed_decoding/aed_batched_streaming.py | 141 | self.asr_model.decoding.decoding.greedy_search._one_step_forward( |
| CRITICAL | …parts/submodules/aed_decoding/aed_batched_streaming.py | 203 | pred_tokens_ids, batch_size, _ = self.asr_model.decoding.decoding.greedy_search._prepare_for_search( |
| CRITICAL | …parts/submodules/aed_decoding/aed_batched_streaming.py | 231 | self.asr_model.decoding.decoding.greedy_search._one_step_forward( |
| CRITICAL | nemo/collections/tts/models/fastpitch.py | 880 | n_speakers = self.fastpitch.speaker_emb.weight.data.size()[0] |
| CRITICAL | tests/lightning/test_one_logger_callback.py | 101 | mock_provider_instance.with_base_config.return_value.with_export_config.return_value.configure_provider.assert_c |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …ration/tests/test_customization_dataset_preparation.py | 268 | assert df_dropped_unnecessary_fields.equals(drop_unrequired_fields(df)) |
| HIGH | …ration/tests/test_customization_dataset_preparation.py | 305 | assert df_prompt.equals( |
| HIGH | …ration/tests/test_customization_dataset_preparation.py | 310 | assert df_prompt.equals(convert_into_prompt_completion_only(df_prompt)) |
| HIGH | …ration/tests/test_customization_dataset_preparation.py | 326 | assert expected_df.equals(warn_and_drop_long_samples(df, 10000)[0]) |
| HIGH | tools/asr_evaluator/utils.py | 45 | raise ValueError("decoder_type could only be null, ctc, rnnt or aed") |
| HIGH | tools/asr_evaluator/utils.py | 119 | f"Hybrid models only support rnnt or ctc decoding! Current decoder_type: {cfg.inference.decoder_type |
| HIGH | nemo/collections/audio/losses/audio.py | 86 | min_scale || scale * target - estimate ||^2 |
| HIGH | nemo/collections/audio/losses/audio.py | 136 | min_filter || conv(filter, target) - estimate ||^2 |
| HIGH | nemo/collections/audio/parts/utils/audio.py | 441 | min_scale || scale * target - estimate ||^2 |
| HIGH | nemo/collections/audio/parts/utils/audio.py | 466 | min_filter || conv(filter, target) - estimate ||^2 |
| HIGH | nemo/collections/asr/parts/utils/vad_utils.py | 127 | "or a list of {'audio_filepath': i, 'offset': 0, 'duration': null}." |
| HIGH | nemo/collections/asr/modules/rnnt_abstract.py | 147 | Stateful prediction of scores and state for a (possibly null) tokenset. |
| HIGH | nemo/collections/asr/modules/rnnt.py | 709 | Stateful prediction of scores and state for a (possibly null) tokenset. |
| HIGH | nemo/collections/asr/data/data_simulation.py | 1265 | orV_rcv (list or null): Microphone orientations |
| HIGH | nemo/collections/asr/data/audio_to_label.py | 1335 | "duration": null, # not used, will load the whole audio |
| HIGH | examples/speechlm2/nemotron_voicechat_eval.py | 44 | checkpoint_path (str | null) |
| HIGH | examples/speechlm2/nemotron_voicechat_eval.py | 50 | * inference_speaker_reference (str | null): Path to the reference audio used to condition the speaker's voice. S |
| HIGH | examples/asr/asr_adapters/train_asr_adapter.py | 25 | model.adapter.adapter_module_name=<null, or str module. Type: encoder, decoder, joint, or multiple with + between th |
| HIGH | examples/asr/asr_adapters/train_asr_adapter.py | 51 | model.adapter.adapter_module_name=<null, or str module. Type: encoder, decoder, joint, or multiple with + between th |
| HIGH | …s/dataset_processing/g2p/convert_cmu_arpabet_to_ipa.py | 25 | cd NeMo/scripts && python dataset_processing/g2p/convert_cmu_arpabet_to_ipa.py |
| HIGH | scripts/installers/setup_os2s_decoders.py | 86 | + " >/dev/null 2>/dev/null && rm " |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …/collections/speechlm2/parts/metrics/results_logger.py | 344 | # Step 1: Each rank saves its own results with rank suffix |
| LOW | …/collections/speechlm2/parts/metrics/results_logger.py | 352 | # Step 2: Synchronize all ranks before merging |
| LOW | …/collections/speechlm2/parts/metrics/results_logger.py | 356 | # Step 3: Only rank 0 merges all results and computes final metrics |
| LOW | …/collections/speechlm2/parts/metrics/results_logger.py | 433 | # Step 4: Broadcast metrics from rank 0 to all other ranks |
| LOW | nemo/collections/asr/models/online_diarizer.py | 546 | # Step 1: Get subsegments for embedding extraction. |
| LOW | nemo/collections/asr/models/online_diarizer.py | 585 | # Step 4: Generate RTTM style diarization labels from segment ranges and cluster labels |
| LOW | …llections/asr/parts/utils/multispk_transcribe_utils.py | 1233 | # Step 2: diarize or get GT rttms |
| LOW | …llections/asr/parts/utils/multispk_transcribe_utils.py | 1251 | # Step 3: update diar states |
| LOW | …llections/asr/parts/utils/multispk_transcribe_utils.py | 1270 | # Step 4: find active speakers |
| LOW | …llections/asr/parts/utils/multispk_transcribe_utils.py | 1285 | # Step 5: generate instance for active speakers |
| LOW | …llections/asr/parts/utils/multispk_transcribe_utils.py | 1301 | # Step 6: |
| LOW | …llections/asr/parts/utils/multispk_transcribe_utils.py | 1315 | # Step 7: ASR forward pass for active speakers |
| LOW | …llections/asr/parts/utils/multispk_transcribe_utils.py | 1337 | # Step 8: update ASR states |
| LOW | …llections/asr/parts/utils/multispk_transcribe_utils.py | 1352 | # Step 9: update seglsts with timestamps |
| LOW | …ollections/asr/parts/submodules/ctc_greedy_decoding.py | 689 | # Step 1: Initialization |
| LOW | …ollections/asr/parts/submodules/ctc_greedy_decoding.py | 699 | # Step 2: Get most likely labels for current frame |
| LOW | …ollections/asr/parts/submodules/ctc_greedy_decoding.py | 703 | # Step 3: Get fusion scores |
| LOW | …ollections/asr/parts/submodules/ctc_greedy_decoding.py | 713 | # Step 4: Get most likely labels with fusion scores. Labels that are blank or repeated are ignored. |
| LOW | …ollections/asr/parts/submodules/ctc_greedy_decoding.py | 719 | # Step 5: Update labels if they initially weren't blank or repeated |
| LOW | …ollections/asr/parts/submodules/ctc_greedy_decoding.py | 724 | # Step 6: Update fusion states and scores for non-blank and non-repeated labels |
| LOW | …ollections/asr/parts/submodules/ctc_greedy_decoding.py | 745 | # Step 1: Initialization for fusion models |
| LOW | …ollections/asr/parts/submodules/ctc_greedy_decoding.py | 771 | # Step 2: Get most likely labels for current frame |
| LOW | …ollections/asr/parts/submodules/ctc_greedy_decoding.py | 776 | # Step 3: Get fusion scores |
| LOW | …ollections/asr/parts/submodules/ctc_greedy_decoding.py | 785 | # Step 4: Get most likely labels with fusion scores. Labels that are blank or repeated are ignored. |
| LOW | …ollections/asr/parts/submodules/ctc_greedy_decoding.py | 791 | # Step 5: Update labels if they initially weren't blank or repeated |
| LOW | …ollections/asr/parts/submodules/ctc_greedy_decoding.py | 799 | # Step 6: Update fusion states and scores for non-blank and non-repeated labels |
| LOW | nemo/collections/asr/inference/streaming/state/state.py | 218 | # we need to check if the last token is the same as the first token of the completed output |
| LOW | nemo/collections/asr/data/data_simulation.py | 1020 | # Step 1: Prepare parameters for sentence generation |
| LOW | nemo/collections/asr/data/data_simulation.py | 1027 | # Step 2: Select a speaker |
| LOW | nemo/collections/asr/data/data_simulation.py | 1040 | # Step 3: Generate a sentence |
| LOW | nemo/collections/asr/data/data_simulation.py | 1044 | # Step 4: Generate a timestamp for either silence or overlap |
| LOW | nemo/collections/asr/data/data_simulation.py | 1062 | # Step 6: Build entries for output files |
| LOW | nemo/collections/asr/data/data_simulation.py | 1132 | # Step 7: Normalize and write to disk |
| LOW | nemo/collections/asr/data/data_simulation.py | 1145 | # Step 8: Clean up memory |
| LOW | nemo/collections/asr/data/data_simulation.py | 1541 | # Step 1: Prepare parameters for sentence generation |
| LOW | nemo/collections/asr/data/data_simulation.py | 1548 | # Step 2: Select a speaker |
| LOW | nemo/collections/asr/data/data_simulation.py | 1563 | # Step 3: Generate a sentence |
| LOW | nemo/collections/asr/data/data_simulation.py | 1567 | # Step 4: Generate a time-stamp for either silence or overlap |
| LOW | nemo/collections/asr/data/data_simulation.py | 1588 | # Step 6: Build entries for output files |
| LOW | nemo/collections/asr/data/data_simulation.py | 1651 | # Step 7: Normalize and write to disk |
| LOW | nemo/collections/tts/models/magpietts.py | 1907 | # Step 1: Encode text input (always needed) |
| LOW | nemo/collections/tts/models/magpietts.py | 1910 | # Step 2: Get and scale attention prior |
| LOW | nemo/collections/tts/models/magpietts.py | 1915 | # Step 3: Process context based on model type |
| LOW | nemo/collections/tts/models/magpietts.py | 1937 | # Step 4: Dispatch to model-type-specific handler |
| LOW | nemo/collections/tts/models/magpietts.py | 1963 | # Step 5: Apply CTC prior layer filtering |
| LOW | nemo/collections/tts/models/magpietts.py | 1966 | # Step 6: Return typed output |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tools/speech_data_explorer/data_explorer.py | 1339 | # If using tarred audio, just return the filename as-is. |
| LOW | nemo/lightning/callback_group.py | 162 | # If we're already inside a wrapped __init__, just call the original |
| LOW | nemo/core/connectors/save_restore_connector.py | 429 | # artifact is optional and we simply return None |
| LOW | nemo/core/classes/common.py | 1186 | # If types are not defined, skip type checks and just call the wrapped method |
| LOW | nemo/core/optim/optimizers.py | 143 | # If we are provided just a Config object, simply return the dictionary of that object |
| LOW | nemo/core/optim/optimizers.py | 155 | # simply return the dictionary that was provided |
| LOW | nemo/agents/voice_agent/pipecat/services/nemo/diar.py | 311 | # if diarization is disabled, just pass the frame through |
| MEDIUM | nemo/collections/speechlm2/models/duplex_ear_tts.py | 376 | # EOS dropout to make the model more robust |
| MEDIUM | nemo/collections/speechlm2/models/duplex_ear_tts.py | 424 | # BOS dropout to make the model more robust |
| MEDIUM | nemo/collections/speechlm2/models/duplex_ear_tts.py | 445 | # BOS dropout to make the model more robust |
| LOW | nemo/collections/speechlm2/modules/speech_generation.py | 114 | # ToDo: move it to cache to need to just create a 1 frame tensor in inference |
| LOW | …lections/common/video_tokenizers/modules/quantizers.py | 284 | inds[inds >= self.used.shape[0]] = 0 # simply set to zero |
| MEDIUM | nemo/collections/common/parts/skills_utils.py | 1085 | # should also make heterogenous logic very clear and more robust |
| LOW | nemo/collections/common/modules/megatron_init.py | 431 | # For this group, we can just return the concatenated |
| LOW | nemo/collections/common/data/dataset.py | 464 | # if min_monolingual fires, it means we will just return a single, original monolingual utterance |
| LOW | nemo/collections/common/data/lhotse/dataloader.py | 839 | # Bucket duration bins are provided: just use them. |
| MEDIUM | nemo/collections/common/data/lhotse/cutset.py | 1078 | # Normalize for robust matching |
| LOW | nemo/collections/common/data/lhotse/nemo_adapters.py | 355 | # just return self. |
| MEDIUM | nemo/collections/audio/data/audio_to_audio_lhotse.py | 68 | # TODO: use fault_tolerant=True for robust loading of target |
| MEDIUM | nemo/collections/audio/data/audio_to_audio_lhotse.py | 72 | # TODO: use fault_tolerant=True for robust loading of target |
| LOW | …ctions/asr/models/hybrid_rnnt_ctc_bpe_models_prompt.py | 350 | # RNNT Path - just use encoded outputs directly |
| MEDIUM | nemo/collections/asr/parts/mixins/diarization.py | 485 | # Be robust to callers accidentally passing "an array of arrays" (dtype=object), |
| MEDIUM | …mo/collections/asr/parts/utils/asr_confidence_utils.py | 397 | """Implemented by subclass in order to aggregate token confidence to a word-level confidence. |
| LOW | nemo/collections/asr/parts/submodules/jasper.py | 143 | # simply return symmetric padding for this scenario |
| MEDIUM | nemo/collections/asr/parts/submodules/ctc_decoding.py | 804 | # If the exact timestep information is available, utilize the 1st non-ctc blank token timestep |
| LOW | …/collections/tts/data/text_to_speech_dataset_lhotse.py | 378 | # If context audio is not available, just use a dummy context_audio_codes |
| LOW | nemo/collections/tts/data/text_to_speech_dataset.py | 580 | # If context audio is not available, just use a dummy context_audio_codes |
| LOW | tests/collections/common/test_lhotse_dataloading.py | 1544 | # in this test we'll just use 0.1 for simplicity |
| LOW | tests/collections/common/test_lhotse_dataloading.py | 1621 | # in this test we'll just use 0.1 for simplicity |
| LOW | tests/collections/common/test_lhotse_dataloading.py | 1648 | # in this test we'll just use 0.1 for simplicity |
| LOW | tests/collections/common/test_lhotse_dataloading.py | 1749 | # in this test we'll just use 0.1 for simplicity |
| LOW | tests/collections/common/test_lhotse_dataloading.py | 1776 | # in this test we'll just use 0.1 for simplicity |
| LOW | tests/collections/common/test_lhotse_dataloading.py | 1866 | # in this test we'll just use 0.1 for simplicity |
| LOW | tests/collections/common/test_lhotse_dataloading.py | 1893 | # in this test we'll just use 0.1 for simplicity |
| LOW | examples/speechlm2/salm_eval.py | 149 | # If no user prompt is provided, just use the audio placeholder. |
| MEDIUM | …t/server/parsers/nemotron_toolcall_parser_streaming.py | 509 | # re-set stuff pertaining to progress in the current tool |
| MEDIUM | scripts/tokenizers/conf/tabular_data_tokenizer.yaml | 9 | transform: yeo-johnson # can be ['yeo-johnson', 'quantile', 'robust'], check https://scikit-learn.org/stable/modul |
| MEDIUM | …/speech_recognition/convert_to_tarred_audio_dataset.py | 31 | # supplied to the config in order to utilize webdataset for efficient large dataset handling. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tests/setup/data/create_sample_jsonl.py | 35 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore " |
| LOW | tests/setup/data/create_sample_jsonl.py | 35 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore " |
| LOW | tests/collections/asr/test_text_to_text_dataset.py | 64 | "lorem ipsum dolor sit amet consectetur adipiscing elit", |
| LOW | tests/collections/asr/test_text_to_text_dataset.py | 64 | "lorem ipsum dolor sit amet consectetur adipiscing elit", |
| LOW | tests/collections/asr/test_text_to_text_dataset.py | 78 | "lorem ipsum dolor sit amet consectetur adipiscing elit", |
| LOW | tests/collections/asr/test_text_to_text_dataset.py | 78 | "lorem ipsum dolor sit amet consectetur adipiscing elit", |
| LOW | tests/collections/asr/test_text_to_text_dataset.py | 79 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", |
| LOW | tests/collections/asr/test_text_to_text_dataset.py | 79 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", |
| LOW | tests/collections/asr/inference/test_bpe_decoder.py | 49 | "lorem ipsum dolor sit amet", |
| LOW | tests/collections/asr/inference/test_bpe_decoder.py | 49 | "lorem ipsum dolor sit amet", |
| LOW | tests/collections/asr/inference/test_bpe_decoder.py | 77 | "lorem ipsum dolor sit amet", |
| LOW | tests/collections/asr/inference/test_bpe_decoder.py | 77 | "lorem ipsum dolor sit amet", |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | nemo/collections/common/data/lhotse/cutset.py | 772 | # as requested by pzelasko |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | nemo/core/classes/dataset.py | 84 | # Usage: |
| LOW | examples/asr/speech_classification/frame_vad_infer.py | 21 | ## Usage: |
| LOW | …/speech_recognition/convert_to_tarred_audio_dataset.py | 34 | # Usage: |