This repository contains the code for experiments applying a range of optimization methods
To install requirements:
pip install -r requirements.txt
To train and evaluate the model in the paper, run this command:
./run_script.sh
Code for experiments with Visual transformers can be found in the folder "vit"