Skip to content

Prototypical Networks on Omniglot Dataset for Few-Shot Classification

Notifications You must be signed in to change notification settings

nerdimite/prototypical_networks

Repository files navigation

Prototypical Networks

ProtoNets learns a metric space for solving few-shot classification by computing distances between the query image and a prototype representation of the class.

Requirements

  • PyTorch
  • Numpy
  • Scipy
  • OpenCV
  • Matplotlib
  • Tqdm

Usage

  1. Download the train and evaluation datasets.
  2. Unzip the downloaded zip files in a folder called omniglot/.
  3. Run the code cells in ProtoNets-Omniglot.ipynb.
  4. Alternatively, you can run this repository in colab Open In Colab

Credits

Releases

No releases published

Packages

No packages published