Skip to content

Latest commit

 

History

History

omniglot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Grouped Omniglot

Task-Informed Meta-Learning applied to the Omniglot dataset. This dataset must be downloaded into the omniglot folder.

Getting started

Anaconda running python 3.6 is used as the package manager. To get set up with an environment, install Anaconda from the link above, and (from this directory) run

conda env create -f environment.yml

This will create an environment named timl-omniglot with all the necessary packages to run the code. To activate this environment, run

conda activate timl-omniglot

The main script to train the models is then run.py, with the model configurations controlled by the config.