An open API service indexing awesome lists of open source software.

https://github.com/quva-lab/init-eqprop


https://github.com/quva-lab/init-eqprop

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# 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](https://openreview.net/forum?id=B1GMDsR5tm)

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](https://github.com/petered/public-release)