Currently the constructor for RandomDataset does not take in a filepath whereas all other datasets do require it.
This design prohibits using a RandomDataset via yaml config. We would like to change the yaml spec for Dataset so we have arbitrary args that can be passed through the dataloader to the dataset instance. For most file based datasets that would include the file path of the dataset.
Currently the constructor for RandomDataset does not take in a filepath whereas all other datasets do require it.
This design prohibits using a RandomDataset via yaml config. We would like to change the yaml spec for Dataset so we have arbitrary args that can be passed through the dataloader to the dataset instance. For most file based datasets that would include the file path of the dataset.