nitarshan / banana-smoothie-recipe-1776

blah blah blah blah blah blah blah blah blah blah

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

blah blah blah blah blah blah blah blah blah blah


Languages

Language:Jupyter Notebook 98.6%Language:Python 1.3%Language:Shell 0.0%Language:Makefile 0.0%