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 = 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.5.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.5.tar.gz.
File metadata
- Download URL: dlwheel-1.0.5.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 |
de97d3b650f605b000941b7b5ae7e3af1df1dff55e941f24a43ae9b7d2f59e93
|
|
| MD5 |
d41af9dff99f1a23c8b92bec60b62dce
|
|
| BLAKE2b-256 |
9b3fb7d720b534c41c22acebe9943d813c13ca60af683efdcd810324197c78cb
|
File details
Details for the file dlwheel-1.0.5-py3-none-any.whl.
File metadata
- Download URL: dlwheel-1.0.5-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 |
3077dcaf46caf7371b7de812f4cf983adf9d7dc9ad12bf8ca2752e5cca71a8d7
|
|
| MD5 |
8b1f34e47075df8d8fe731a07d4c14c9
|
|
| BLAKE2b-256 |
f7e900374b5f3044f4a6bbdb4c3df9ae68f1ba8633babb4ba6955f55f6b09a2d
|