A lightweight deep learning library.
Project description
DLWheel
A lightweight deep learning library.
Installation
Prerequisites
Editable Installation (Development Mode)
pip install -e .
Stable Release
pip install dlwheel
Getting Started
Basic Usage
from dlwheel import setup
from pprint import pprint
cfg = setup()
pprint(cfg)
Enable Experiment Backup
# Run with automatic backup (default back up directory: ./logs)
python main.py --backup
Configuration System
YAML Configuration
# config/default.yaml
training:
batch_size: 32
optimizer: adam
learning_rate: 1e-3
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.2.tar.gz
(4.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.2.tar.gz.
File metadata
- Download URL: dlwheel-1.0.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7121f0c75968a20f7281ce5dd18158bb4cb5a445d9cc502406162e5c17d4b693
|
|
| MD5 |
105fd24c53c2fd9f89a35b901cfc6576
|
|
| BLAKE2b-256 |
f50003c9c45681e3676d83cadfd6ae2c60b5a99bf9577affd638552e0eed3cdb
|
File details
Details for the file dlwheel-1.0.2-py3-none-any.whl.
File metadata
- Download URL: dlwheel-1.0.2-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 |
72ec26bb6e5fff28cf7a82a5559fa7d55278368bd09c0d9f1489a41446e662d6
|
|
| MD5 |
49ecbdc3b63ff8b8ba8bbcddfbc8b6b5
|
|
| BLAKE2b-256 |
55c22440b6196fa513c2b4b9559da50ae70159ce8ce54202f522652a46cdeb0e
|