Provides a bunch of tools and utilities to use with PyTorch.
junky supports Python 3.5 or later. To install it via pip, run:
$ pip install junky
If you currently have a previous version of junky installed, use:
$ pip install junky -U
Alternatively, you can also install junky from source of this git repository:
$ git clone https://github.com/fostroll/junky.git
$ cd junky
$ pip install -e .
junky is released under the BSD License. See the LICENSE file for more details.