How do you import a custom dataset without writing code?
What kind of dataset: labelled images, segmentation data, another kind of data ? It all depends on what your data is.
multiclass image classification
allan you can select the torchvision.datasets category and then the ImageFolder dataset. Then read the description on how to use it.
(In a future update TorchStudio will also include another helper generic dataset for similar scenarios)
it worked. thanks