Unlabeled Dataset¶
Category: data_generator.vision.classification.2d
Version: 1.0.2
UUID: c991067451f762fc59d3614bd855e32116c305b11e55a01736cc0f82e343953f
Execution context: leip_af
Choice Priority: -100.0
Subcomponent Parameters¶
Name | Synonyms | Allowable Categories |
---|---|---|
Training Augmentation | data.augmentation.training |
augmentation.vision.2d.training |
Validation Augmentation | data.augmentation.validation |
augmentation.vision.2d.validation |
Value Parameters¶
Name | Synonyms | Type | Values |
---|---|---|---|
Dataset name | data_generator.dataset_name |
scalar | string |
Task type | data.unlabeled.prediction_type |
choice | classification |
Images folder root path | data_generator.root_path |
scalar | string |
Number of classes | data.number_of_classes |
scalar | int |
Constraints¶
- Number of classes has to be positive (meta.nclasses > 0)
- Need a root path for dataset (len(actual.root_path) > 0)