You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.