pytorch-meta icon indicating copy to clipboard operation
pytorch-meta copied to clipboard

One-vs-all sampler

Open mmahsereci opened this issue 3 years ago • 0 comments

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!

mmahsereci avatar Mar 19 '21 14:03 mmahsereci