nvidia.dali.fn.nemo_asr_reader#
- nvidia.dali.fn.nemo_asr_reader(
- *,
- manifest_filepaths,
- bytes_per_sample_hint=[0],
- dont_use_mmap=False,
- downmix=True,
- dtype=DALIDataType.FLOAT,
- initial_fill=1024,
- lazy_init=False,
- max_duration=0.0,
- min_duration=0.0,
- num_shards=1,
- pad_last_batch=False,
- prefetch_queue_depth=1,
- preserve=False,
- quality=50.0,
- random_shuffle=False,
- read_ahead=False,
- read_idxs=False,
- read_sample_rate=True,
- read_text=True,
- sample_rate=-1.0,
- seed=-1,
- shard_id=0,
- shuffle_after_epoch=False,
- skip_cached_images=False,
- stick_to_shard=False,
- tensor_init_bytes=1048576,
- device=None,
- name=None,
Warning
This operator is now deprecated. Use
readers.nemo_asr()
instead.In DALI 1.0 all readers were moved into a dedicated
readers
submodule and renamed to follow a common pattern. This is a placeholder operator with identical functionality to allow for backward compatibility.Legacy alias for
readers.nemo_asr()
.