This folder contains functions to help run Few Shot Learning (FSL) Experiments.
dataset.py
: Contains Torch Dataset for Model Inputs.MAML.py
: Contains the MAML framework for our FSL task.model.py
: Contains the Model Definition for the FSL task.utils.py
: Contains the Training, Evaluation and sampling code for the FSL task.