Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 702 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 702 Bytes

Alleviating the Low-Rank Softmax Bottleneck

The code complementing my undergraduate thesis "Alleviating the Low-Rank Softmax Bottleneck".

How to reproduce results

  1. Load conda environment or install libraries on your own.
conda env create -f environment.yml
conda activate thesis
  1. Run the experiments. The bash script assumes a Slurm based cluster. If needed, adapt the code accordingly.
cd cluster
bash run_experiments.sh
  1. Run the Jupyter notebook to generate all figures with results.
jupyter notebook generate_figures.ipynb