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 larger ones.
- 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.5.0.tar.gz
(13.0 kB
view details)
Built Distribution
lightkit-0.5.0-py3-none-any.whl
(17.2 kB
view details)
File details
Details for the file lightkit-0.5.0.tar.gz
.
File metadata
- Download URL: lightkit-0.5.0.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.0 CPython/3.9.16 Linux/5.15.0-1024-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7792bfa302a0b2b27120f0c6da884fdd779247ee3ed7835ca423a8ef918743b6 |
|
MD5 | 591f65eab272c5c2f6e7e017f1a91cb0 |
|
BLAKE2b-256 | b88d98778cd691a4d2f7797f940ac823df6f2875902c214ad965c0383eda30bf |
File details
Details for the file lightkit-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: lightkit-0.5.0-py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.0 CPython/3.9.16 Linux/5.15.0-1024-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9df330519e3282435b7fd89af5e3ca831ce7c2b2e3d6a1c33a0c0401a30218ab |
|
MD5 | 5e03c4435a55e5e7304e8abd83bad00a |
|
BLAKE2b-256 | b5567c2c2b6c77c2237b253beb3b8f73dd8ec4db44a477a10a7acbef9164e4dd |