numenta / nupic.research

Experimental algorithms. Unsupported.
https://nupicresearch.readthedocs.io
GNU Affero General Public License v3.0
107 stars 60 forks source link

RES-2502: Move self supervised learning framework to standalone package #602

Closed lscheinkman closed 3 years ago

lscheinkman commented 3 years ago

This PR moves the self_supervised_learning framework into a separate optional installable package for nupic.research but keeps it installed in the default conda environment (environment.yml) as it is used by at least one other active project. The other framework dependencies will be updated once they are also coverted to standalone packages.

After this PR is merged, those using the default conda environment and self_supervised_learning must call conda env update or pip install -e packages/self_supervised_learning to install the framework