Typed Thin PyTorch Wrapper
Project description
t3w.py
- Typed Thin (Py)Torch Wrapper
T3W is a lightweight framework for training PyTorch models written by Yuyao Huang during his PhD at Tongji University.
- T3W is "typed". It leverages stronger and static typing compared to normal python code for clearer architecture and less bugs. The programming model is object-oriented. Users (you) are required to implement interfaces as subclasses and inject them as dependencies.
- T3W is "thin". With the philosophy "less is more" in mind, it leverages a minimal codebase in a self-contained single python script that basically only depends on PyTorch to run. The plugin system under interface
ISideEffect
makes T3W not only thin, but also highly extensible. - T3W stands with "PyTorch".
See the concise example mnist_example.py.
If you feel like using t3w.py
, you can either
- install it with
pip install t3w
,pip install t3w[common]
, orpip install t3w[all]
, where the[common]
tag will install dependencies for commonly used side effects (liketqdm
etc), and[all]
tag will install dependencies for all supported side effects. Note that the mnist example requires installingt3w[common]
. - just download and integrate the t3w.py source file into your own project if you feel like freezing the version and/or ready to make some of your favorite hacks at low-level.
Detailed documentation will come in the future.
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
t3w-0.1.0.post2.tar.gz
(13.2 kB
view hashes)
Built Distribution
t3w-0.1.0.post2-py3-none-any.whl
(13.6 kB
view hashes)
Close
Hashes for t3w-0.1.0.post2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 496e46bffba1a841244571c4567ca69d782ed05382dcbe6873f5f22e5fdad6c7 |
|
MD5 | 23b3307532cadff30a3a0d0f6b0a6157 |
|
BLAKE2b-256 | 20f2a0f2fd2bd462a799c211d974c8807fe2aae84d2f5eb71f1db66ebf619168 |