TensorNet Documentation

TensorNet is a high-level deep learning library built on top of PyTorch.

Installation

To install and use TensorNet all you have to do is:

pip install torch-tensornet

If you want to get the latest version of the code before it is released on PyPI you can install the library from GitHub

pip install git+https://github.com/shan18/TensorNet.git#egg=torch-tensornet

Contact/Getting Help

If you need any help or want to report a bug, raise an issue in the repo.