Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 475 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 475 Bytes

PyTorch Data API

PyTorch Data API was inspired by TF Dataset API and mimics its interface

Installation

To install the package from git repository run:

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

or just clone the repository and install manually:

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

cd pytorch-data-api

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

python setup.py install [--user]

TODO: