BiasedBed

December 7, 2022 ยท View on GitHub


biasedbed is a Python Pytorch suite to benchmark your (and others) debiased algorithms in a consistent and flexible manner.


:snail: Quick start

Download this repository, change to the corresponding directory and run

pip install -e .

You can now call biasedbed

biasedbed single # Starts a single run with the algorithm of your choice
biasedbed sweep # Starts a hyperparameter search with the algorithm of your choice

:gear: Configuration

tbw