This is the code for the paper Initialized Equilibrium Propagation for Backprop-Free Training, Peter O'Connor, Efstratios Gavves, Max Welling
To set up this repo, within an environment with Python 3.6+ (you can create one with virtualenv venv36 --python=python3.6; source venv36/bin/activate
), go:
git clone https://github.com/quva-lab/init-eqprop.git
cd init-eqprop
pip install -r requirements.txt
You can then recreate the figures by running
python init_eqprop/figures.py
If you have any problems with the code, please raise an issue in this repo.
This repo has been auto-generated by the Public Release Package