Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 595 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 595 Bytes

An implementation of predictive coding in Python, utilising pytorch for GPU acceleration.

License: MIT

Running

python -m scripts.generative
python -m scripts.supervised

Requirements

  • numpy
  • torch
  • torchvision

Authors