tristandeleu / pytorch-meta

A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch
https://tristandeleu.github.io/pytorch-meta/
MIT License
1.97k stars 256 forks source link

Combine DoubleMNIST with TripleMNIST to create MultiMNIST #30

Closed tesfaldet closed 4 years ago

tesfaldet commented 4 years ago

Something I wanted to do when I included the DoubleMNIST dataset. Changing DoubleMNIST to MultiMNIST and including a flag to decide whether it's Double or Triple should be relatively trivial. This enhancement should also include logic to download the TripleMNIST dataset.

tesfaldet commented 4 years ago

(I'll take care of this enhancement, if you don't mind, just putting it up here as a reminder!)

tesfaldet commented 4 years ago

Implemented with this PR https://github.com/tristandeleu/pytorch-meta/pull/33