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
LONG_DESCRIPTION = 'A toolkit library for building arbitrary predictive processing/coding architectures based on the neural generative coding (NGC) computational framework (Ororbia & Kifer 2022).'
packages = find_packages()
# Ensure that we don't pollute the global namespace.
for p in packages:
assert p == 'ngclearn' or p.startswith('ngclearn.')
# Setting up
setup(
# the name must match the folder name 'verysimplemodule'