How to Add custom dataset class #383
Unanswered
nighting0le01
asked this question in
Q&A
Replies: 1 comment
-
At first, make sure that there are no related discussions See #366 (reply in thread) #225 (reply in thread) For Caltech101, you can replace 'CIFAR10' or 'ImageFolder' in sample configs with 'Caltech101' and its kwargs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to Add custom dataset class such as this:https://github.com/TDeVries/cub2011_dataset/blob/master/cub2011.py
and what modifications would be required to the image_classification.py to get image classfication running on this dataset
Also how to use https://pytorch.org/vision/main/generated/torchvision.datasets.Caltech101.html this dataset inside torchdistill what changes do i need to make to image_classification.py
Beta Was this translation helpful? Give feedback.
All reactions