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.6.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.6.tar.gz.
File metadata
- Download URL: dlwheel-1.0.6.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 |
ef851b5c67644606e3d657f1871fe0ed602994952a15f75502cf92ef83f43d5c
|
|
| MD5 |
2a8e7c526245a05a3f807ea853659f53
|
|
| BLAKE2b-256 |
ec9f48aeebdd4a10bc2258aa949d5e684cbb37c69eaabc5a74dbb5ef8e78edf7
|
File details
Details for the file dlwheel-1.0.6-py3-none-any.whl.
File metadata
- Download URL: dlwheel-1.0.6-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 |
e5b5bc30fefbe3eeb98b6483e83e6a11d9975cf8c2bf954537963702817c944f
|
|
| MD5 |
0bf603d22fecf01f51dab352fc41dc9f
|
|
| BLAKE2b-256 |
7d3e7a2af356dc6134d265fe76fe7e8fb67786dab04b8d9916d002d59f8a67eb
|