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.3.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.3.tar.gz.
File metadata
- Download URL: dlwheel-1.0.3.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 |
f9ec1f207055b180ed3d01a249a44de0af620216ec7bb3b89e14c075932cf56e
|
|
| MD5 |
1faa7260b168d8ac87fb8079fe3b0342
|
|
| BLAKE2b-256 |
98da9ca4057258df9a689a25e815401e18b75753843b96ad2a99da991cf71977
|
File details
Details for the file dlwheel-1.0.3-py3-none-any.whl.
File metadata
- Download URL: dlwheel-1.0.3-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 |
1a4be4af5aa1df4d2ae98126aecafad39a4c59b1a1ba7483306678b0a956850d
|
|
| MD5 |
e500bb3d7da30b640c2c2d8b22f27a93
|
|
| BLAKE2b-256 |
e2c659bbc27ec2f97fedcbe61998b138c728efcc9545a5eeeea3b156b1cb9ee4
|