Layers, datasets and utilities for PyTorch


Keywords
pytorch, autotrain, artificial-intelligence, deep-learning, machine-learning, natural-language-processing, nlp, python
License
BSD-3-Clause
Install
pip install junky==1.1.12

Documentation

junky lib: Layers, datasets and utilities for PyTorch

PyPI Version Python Version License: BSD-3

Provides a bunch of tools and utilities to use with PyTorch.

Content

Layers

Datasets

Utilities

Plotter

Trainer

Autotrain

Installation

pip

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

From Source

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 .

License

junky is released under the BSD License. See the LICENSE file for more details.