PyTorch Data API was inspired by TF Dataset API and mimics its interface
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: