Home

Awesome

[ICLR2023] How I Learned to Stop Worrying and Love Retraining

Authors: Max Zimmer, Christoph Spiegel, Sebastian Pokutta

This repository contains the code to reproduce the experiments from the ICLR2023 paper "How I Learned to Stop Worrying and Love Retraining". The code is based on PyTorch 1.9 and the experiment-tracking platform Weights & Biases. The code to reproduce semantic segmentation as well as NLP experiments will be added soon.

Structure and Usage

Experiments are started from the following file:

The rest of the project is structured as follows:

Citation

In case you find the paper or the implementation useful for your own research, please consider citing:

@inproceedings{zimmer2023how,
title={How I Learned to Stop Worrying and Love Retraining},
author={Max Zimmer and Christoph Spiegel and Sebastian Pokutta},
booktitle={The Eleventh International Conference on Learning Representations },
year={2023},
url={https://openreview.net/forum?id=_nF5imFKQI}
}