/banana-smoothie-recipe-1776

blah blah blah blah blah blah blah blah blah blah

Primary LanguageJupyter Notebook

In Search of Robust Measures of Generalization

This repository contains the code, data, and analysis for the paper "In Search of Robust Measures of Generalization".

Data:

Directory structure

├── results
    └── tsvs
        └── ...
├── source
    ├── ...
    └── ...
├── experiments
    ├── coupled_network
    └── single_network
└── train.py

Environment setup

Conda

conda env create -f environment.yml
conda activate rgm

Venv

python3 -m venv env
source env/bin/activate
python -m pip install -U pip
python -m pip install -r requirements.txt