isaxonZW / timl

Task-Informed Meta-Learning

Home Page:https://arxiv.org/abs/2202.02124

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Task-Informed Meta-Learning

https://arxiv.org/abs/2202.02124


Languages

Language:Python 98.7%Language:Shell 0.8%Language:Dockerfile 0.5%