torchsig.utils.yaml.load_dataset_yaml¶
- torchsig.utils.yaml.load_dataset_yaml(filepath: str) TorchSigIterableDataset[source]¶
Loads YAML data from specified filepath and constructs a dataset.
Loads YAML data from the specified filepath and uses it to construct and return a new TorchSigIterableDataset.
- Parameters:
filepath – Path to the YAML file containing dataset configuration.
- Returns:
Configured TorchSigIterableDataset instance.