Closed jaeho3690 closed 3 years ago
After going through https://github.com/tristandeleu/pytorch-meta/blob/c84c8e775f659741f7ad2ab9fbcfc1a78a4e76c9/torchmeta/datasets/helpers.py#L19 I found out that the helper function loads the same dataset but with the class splitter and conversion of label. I am really thankful for your work and I think the library can be used by more people if these small details can be included in the Readme file.
Hi, I am quite confused about the purpose of the method
Classsplitter
. Below is an example code. The thing I don't get is that the dataset instance is downloaded with the argumentmeta_train
turned true. Why is the dataset that is downloaded for the purpose of training is split once again? Is the ClassSplitter used to split the training set into train-test set once again?Is there anything wrong with writing the code like below?