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 dlwheel import setup
from pprint import pprint
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.4.tar.gz
(4.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.4.tar.gz.
File metadata
- Download URL: dlwheel-1.0.4.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69e87599ca00237997613095f1358b5785eddbd210712a70575bc191b6de600b
|
|
| MD5 |
a4741d69bbfe6364eba149c50f513f76
|
|
| BLAKE2b-256 |
97d3dfe7f58cc70eacbd180f348936aeaacfbe6867cf9ffb00991bc6ea59f22a
|
File details
Details for the file dlwheel-1.0.4-py3-none-any.whl.
File metadata
- Download URL: dlwheel-1.0.4-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
813ef396080d8b5c03bc71ee87a0216514ae41c37c5330033d87cb144d8598ac
|
|
| MD5 |
23bf96d9171e47185845f00b95fa6cf9
|
|
| BLAKE2b-256 |
29eec11a3ec24183590d63f3f7b56df91e7e3604c1be2bb1609edf4cc2e0fd77
|