Added debug mode, debugging plot parameters, debugging layer gradients, deploying, fixed submodules of the library for my machine learning library which is supposed to be a raw combination of scikit learn and pytorch.
https://pypi.org/project/okrolearn/
Installation
To install Okrolearn for cpu, use: pip install okrolearn==0.2.5
To install for gpu do pip install okrolearn This requires cuda
To use Okrolearn in your code, import the main module:
from okrolearn import okrolearn
okrolearn.Tensor() # Example usage
Top comments (0)