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.8.tar.gz
(3.0 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.8.tar.gz.
File metadata
- Download URL: dlwheel-1.0.8.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f5cde27f66f524750532e7630040a82ddd1297a7e2515cba5b209ed5e827020
|
|
| MD5 |
021c2495a348deac7c5f349b6fef4476
|
|
| BLAKE2b-256 |
38e4965b98002a459a827515559258597c8e8f7b5ca5482d2a5e21dfb3cc3638
|
File details
Details for the file dlwheel-1.0.8-py3-none-any.whl.
File metadata
- Download URL: dlwheel-1.0.8-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72724619a1518a8a9f07ccad60a154513a824189cd9d3de21025245976fb0e87
|
|
| MD5 |
4ce6d74218085ce453d9c3a8667f78e9
|
|
| BLAKE2b-256 |
ee6cd76518ba7a6fd494c266500adc04bcc38358955131125413349879f8d180
|