Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 807 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 807 Bytes

Code for Initialized Equilibrium Propagation for Backprop-Free Training

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