Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fostroll/junky
Layers, datasets and utilities for PyTorch
https://github.com/fostroll/junky
artificial-intelligence deep-learning machine-learning natural-language-processing nlp python pytorch
Last synced: 3 months ago
JSON representation
Layers, datasets and utilities for PyTorch
- Host: GitHub
- URL: https://github.com/fostroll/junky
- Owner: fostroll
- License: bsd-3-clause
- Created: 2020-05-01T10:07:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T13:41:33.000Z (12 months ago)
- Last Synced: 2024-07-05T00:33:30.449Z (4 months ago)
- Topics: artificial-intelligence, deep-learning, machine-learning, natural-language-processing, nlp, python, pytorch
- Language: Python
- Homepage:
- Size: 499 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
junky lib: Layers, datasets and utilities for PyTorch
[![PyPI Version](https://img.shields.io/pypi/v/junky?color=blue)](https://pypi.org/project/junky/)
[![Python Version](https://img.shields.io/pypi/pyversions/junky?color=blue)](https://www.python.org/)
[![License: BSD-3](https://img.shields.io/badge/License-BSD-brightgreen.svg)](https://opensource.org/licenses/BSD-3-Clause)Provides a bunch of tools and utilities to use with PyTorch.
## Content
[Layers](https://github.com/fostroll/junky/blob/master/doc/README_LAYERS.md)
[Datasets](https://github.com/fostroll/junky/blob/master/doc/README_DATASETS.md)
[Utilities](https://github.com/fostroll/junky/blob/master/doc/README_UTILITIES.md)
[Plotter](https://github.com/fostroll/junky/blob/master/doc/README_PLOTTER.md)
[Trainer](https://github.com/fostroll/junky/blob/master/doc/README_TRAINER.md)
[Autotrain](https://github.com/fostroll/junky/blob/master/doc/README_AUTOTRAIN.md)
## Installation
### pip
***junky*** supports *Python 3.5* or later. To install it via *pip*, run:
```sh
$ pip install junky
```If you currently have a previous version of ***junky*** installed, use:
```sh
$ pip install junky -U
```### From Source
Alternatively, you can also install ***junky*** from source of this *git
repository*:
```sh
$ git clone https://github.com/fostroll/junky.git
$ cd junky
$ pip install -e .
```## License
***junky*** is released under the BSD License. See the
[LICENSE](https://github.com/fostroll/junky/blob/master/LICENSE) file for more
details.