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.3.6.tar.gz
(13.0 kB
view details)
Built Distribution
lightkit-0.3.6-py3-none-any.whl
(17.2 kB
view details)
File details
Details for the file lightkit-0.3.6.tar.gz
.
File metadata
- Download URL: lightkit-0.3.6.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.10 Linux/5.11.0-1027-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b4572be697ca96fa43413d9404f3e96003340a4fddb13389fe1be0bcfa84c9b |
|
MD5 | 8d0a5bb6195675d48a26d95d45041e7d |
|
BLAKE2b-256 | 7ec0efdfa68a51bce531759f323aeec03b7b59bc1343283aaff488bf13507f7a |
File details
Details for the file lightkit-0.3.6-py3-none-any.whl
.
File metadata
- Download URL: lightkit-0.3.6-py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.10 Linux/5.11.0-1027-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53d029315b8fc5c573c5fe4e7618f4fdab2bc931e4cfdbef7f7dc1950a65b127 |
|
MD5 | 0b428c764e6f7f91a0e674546d4267c4 |
|
BLAKE2b-256 | 15ddaf69e06954d4ab41f1fa3066e4d4021c0e94ad5edcdf338752118b9a317a |