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.9.tar.gz
(3.1 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.9.tar.gz.
File metadata
- Download URL: dlwheel-1.0.9.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7091867db82d6864c906117a5bc6d125110126652ffd5046cbecd343fe89d8a3
|
|
| MD5 |
c66f0c73cae4fafd28382177ed7fdc7b
|
|
| BLAKE2b-256 |
ea640d313aa10dcec49dc01eb67929149aac01631e9f4a3b9485d3a581bbf71a
|
File details
Details for the file dlwheel-1.0.9-py3-none-any.whl.
File metadata
- Download URL: dlwheel-1.0.9-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18aa5c0b24fa5b33b0a007c579df43d33d5322ccc6b6f1fda52220cc1ab42671
|
|
| MD5 |
07a317f68eda96eafb47974c20988071
|
|
| BLAKE2b-256 |
234eab8f0ed91343e24fe6d7ecd236a4d2c19b47848705b1a9f2f3678fff8136
|