Utilities for PyTorch and PyTorch Lightning.
Project description
LightKit
LightKit provides simple utilities for working with PyTorch and PyTorch Lightning. At the moment, it provides three simple features:
- A data loader for tabular data that is orders of magnitude faster than PyTorch's builtin data loader for medium-sized datasets and beyond.
- A mixin for modules that allows to save not only weights, but also the configuration to the file system such that it is easier to retrieve trained models.
- A typed base class for estimators that enables users to easily create estimators with PyTorch and PyTorch Lightning which are fully compatible with Scikit-learn.
For more details, consult the documentation.
Installation
LightKit is available via pip
:
pip install lightkit
If you are using Poetry:
poetry add lightkit
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lightkit-0.2.0.tar.gz
(11.2 kB
view details)
Built Distribution
lightkit-0.2.0-py3-none-any.whl
(14.3 kB
view details)
File details
Details for the file lightkit-0.2.0.tar.gz
.
File metadata
- Download URL: lightkit-0.2.0.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.9 Linux/5.11.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 741645cd17a23874cf8b5fa8dab6c68100a4d04885d0e2358401c670f0215213 |
|
MD5 | 51b4becfc09bdc3e02c21b640282744e |
|
BLAKE2b-256 | e70b0160d10438a2d8326eccd4fed4d93c2ee3f0470b0f697832143b2ff5e8b0 |
File details
Details for the file lightkit-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: lightkit-0.2.0-py3-none-any.whl
- Upload date:
- Size: 14.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.9 Linux/5.11.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88519d0b84754230d47a84edc315220140af9b3c3f9aef6b02e4220b234eefcd |
|
MD5 | 4a07e34f9b31ddc247cd2c7790578b2f |
|
BLAKE2b-256 | 6aa55dbe0ad60dc8de1f60398ec2060b11fb3d1aff9f8f37dc2396ba997219bd |