/pytorch-utils-api

Primary LanguagePythonMIT LicenseMIT

PyTorch Utils API

Installation

To install the package from git repository run:

pip install git+https://github.com/isushik94/pytorch-utils-api [--user]

or just clone the repository and install manually:

git clone https://github.com/isushik94/pytorch-utils-api.git

cd pytorch-utils-api

pip install -r requirements.txt [--user]

python setup.py install [--user]

TODO: