The package 'predicode' intends to provide a consistent Tensorflow interface to fitting hierarchical predictive coding models, syntactically guided by keras models.
I release versions with fully added features on PyPi. Currently, this only consists of the CIFAR dataset interface. You can install this version with the command
pip install predicode
Moreover, you can install the newest development version (in line with the general documentation) from github using:
pip install git+https://github.com/sflippl/predicode
You can check out the documentation here.