A library by Roy Rinberg with useful functions for training and developing neural nets.
pip3 install poetry
(poetry is the package manager used for this library)poetry shell
- source into a virtual environment (create a new one if it doesn't exist)poetry install
- install the dependencies for this package