Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 404 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 404 Bytes

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: