/tofu

SUSTech AAI Project

Primary LanguageJupyter NotebookMIT LicenseMIT

SUSTech AAI Project 2023

Tofu

Code and data for Learning Stable Classifiers by Transferring Unstable Features ICML 2022

Get started

Setup conda

  1. Create a new conda environment with the required dependencies conda env create --file environment.yml
  2. Activate the environment conda activate tofu

Prepare the datasets

unzip data in datasets/mnist/MNIST/processed_data

Run experiments

  • sh bin/aai_mnist.sh

Save model

In ./save