A lightweight deep learning library.
Project description
DLWheel
A lightweight deep learning library.
Installation
Editable Installation
pip install -e .
Stable Release
pip install dlwheel
Getting Started
Basic Usage
from pprint import pprint
import dlwheel
cfg = dlwheel.setup()
pprint(cfg)
Backup System
Use the --backup flag to enable automatic backup (stored in ./log by default):
python main.py --backup
Configuration System
YAML Config File (config/default.yaml):
# config/default.yaml
lr: 1e-3
batch_size: 32
Command-Line Argument Override
python main.py --config=config/exp.yaml --name=exp batch_size=2 lr=0.1
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
dlwheel-1.0.10.tar.gz
(3.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dlwheel-1.0.10.tar.gz.
File metadata
- Download URL: dlwheel-1.0.10.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2148db3e8d98353e796f8d305f57f256a485ebb9886c8e3127533c90c62b9b6
|
|
| MD5 |
becdacf9784f02d59aa189f1d9aa9cdb
|
|
| BLAKE2b-256 |
a6e6b9ceb26c7fdfc148fba655f54f3d6e4ac1ce5e00c568ff71145bc2d9abf5
|
File details
Details for the file dlwheel-1.0.10-py3-none-any.whl.
File metadata
- Download URL: dlwheel-1.0.10-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3b19d3c0224fe021e8320f5e627ca304963d0164d5955220578a6f36524ea22
|
|
| MD5 |
101487fdae9efa2c04cf5789b485138d
|
|
| BLAKE2b-256 |
698800b29533b31d7ef855f03fa98c50c8fa1a2c62d1b8fbada5fee40af1498d
|