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.11.tar.gz
(4.6 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.11.tar.gz.
File metadata
- Download URL: dlwheel-1.0.11.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb16e0ed2bbf1b3c43756191ea525783f358d8293de6679acf6fcb065a9e5786
|
|
| MD5 |
c90d2dc5ac2c357b3cb1d4b352ed4eda
|
|
| BLAKE2b-256 |
08b2c619665047ec31509d0f7c8c529baaa33204cba0b029eee874c6fc05c086
|
File details
Details for the file dlwheel-1.0.11-py3-none-any.whl.
File metadata
- Download URL: dlwheel-1.0.11-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9307ec47bcaea3e921d87de8b1a4ca345d1c8cfecac90e39231bd3bbf4351f9
|
|
| MD5 |
cc78b7c2aa1693aee0cb6113117fdb25
|
|
| BLAKE2b-256 |
9258a37c47b553bf94d500439e3f0540735612ea9195a1d2908b88f39dd09687
|