Closed gdahia closed 4 years ago
Closes https://github.com/tristandeleu/pytorch-meta/issues/52
I have also changed the error type when passing a data_source that is not a CombinationMetaDataset to a CombinationSampler from ValueError to TypeError, and added error messages for them.
data_source
CombinationMetaDataset
CombinationSampler
ValueError
TypeError
Closes https://github.com/tristandeleu/pytorch-meta/issues/52
I have also changed the error type when passing a
data_source
that is not aCombinationMetaDataset
to aCombinationSampler
fromValueError
toTypeError
, and added error messages for them.