Skip to content

Ready-to-use code and tutorial notebooks to boost your way into few-shot learning for image classification.

License

Notifications You must be signed in to change notification settings

sicara/easy-few-shot-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tuto-fsl

Ready-to-use code and tutorial notebooks to boost your way into few-shot image classification.

What's in there?

Notebooks

Code

Models:

Helpers:

  • EasySet: a ready-to-use Dataset object to handle datasets of images with a class-wise directory split
  • TaskSampler: samples batches in the shape of few-shot classification tasks

Datasets

Roadmap

  • Implement unit tests
  • Integrate more methods:
    • Matching Networks
    • Relation Networks
    • MAML
    • Transductive Propagation Network
  • Integrate non-episodic training
  • Integrate more benchmarks:
    • miniImageNet
    • tieredImageNet
    • Meta-Dataset

Contribute

This project is very open to contributions! You can help in various ways:

  • raise issues
  • resolve issues already opened
  • tackle new features from the roadmap
  • fix typos, improve code quality