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 --batch_size=2 --config=config/exp.yaml --name=exp
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.7.tar.gz
(3.9 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.7.tar.gz.
File metadata
- Download URL: dlwheel-1.0.7.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26c8efaa58c0a64cb46e842db1e0bc10e513585edec3841ee9bc5610a47eb0f0
|
|
| MD5 |
1f5bf21a95205438059166a04f7e0b11
|
|
| BLAKE2b-256 |
10e85c1debe624f4175928b422aa9c54d3c543efb20dc61c155ae851d2d16cfb
|
File details
Details for the file dlwheel-1.0.7-py3-none-any.whl.
File metadata
- Download URL: dlwheel-1.0.7-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56616eb8e2fbca571c1572046a9af78674fada8c2b27a6636fdfa1b6634524a4
|
|
| MD5 |
f62afa8cb81abe4f1a00fb7e83b14bfb
|
|
| BLAKE2b-256 |
316a435710afa70dd51c6fc3d5c37b10eca78774c7ddc641daca8c36915ad1be
|