Skip to content

Yifei20/MAML-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MAML implementation in PyTorch

Introduction

This is a simple MAML implementation based on original paper and previous open-source implementations (listed in the references). This can be used as a reference for MAML beginners, which is well annotated and easy to fine-tune.

Running Results

You can take a look at some running results of this implementation at the following pages.

Usage

To run this code, you can follow the instructions below.

  1. Clone this repo.
git clone https://github.com/Yifei20/MAML-PyTorch.git
cd MAML-PyTorch
  1. Download the Omniglot dataset.
mkdir data
cd data
wget https://github.com/Yifei20/MAML-PyTorch/releases/download/dataset/Omniglot.zip
unzip Omniglot.zip
  1. Run the code directly in the notebook, you can adjust the hyperparameter if you want.

References

Paper

Github Repo

Course Materials

About

Simple MAML implementation using PyTorch.

Resources

Stars

Watchers

Forks

Packages

No packages published