Skip to content

Latest commit

 

History

History

utils

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Few Shot Classification Task

This folder contains functions to help run Few Shot Learning (FSL) Experiments.

  1. dataset.py: Contains Torch Dataset for Model Inputs.
  2. MAML.py: Contains the MAML framework for our FSL task.
  3. model.py: Contains the Model Definition for the FSL task.
  4. utils.py: Contains the Training, Evaluation and sampling code for the FSL task.