pytorch-meta
pytorch-meta copied to clipboard
One-vs-all sampler
Hi,
related to issue #121 this is the attempt at a one-vs-all sampler. The tasks created are binary classification tasks where class 0 represents one label and class 1 represents all other labels.
There is also a wrapper and helper for the Omniglot dataset to have a loadable example. Feedback is much appreciated!