Skip to content

nasaharvest/timl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task-Informed Meta-Learning

This repository contains examples of Task-Informed Meta-Learning (paper).

We consider two tasks:

Each task acts as its own self-contained codebase - for more details on running the experiments, please check their respective READMEs.

Getting started

For both tasks, 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 either of the directories) run

conda env create -f environment.yml

Once the environment is activated, the main script to train the models is then deep_learning.py, with the model configurations controlled by the config.py file.

The trained TIML models are available on Zenodo.

Releases

No releases published

Packages

No packages published

Languages