Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 417 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 417 Bytes

powerpropagation-pytorch

PyTorch re-implementation of powerpropagation algorithm.

Requirements

  • PyTorch
  • Torchvision

How to run

python powerprop.py

Orginal implementation

The original (official) code implementation of powerpropagation algorithm can be found here. The original code was implemented using Tensorflow/Sonnet.