PyTorch utilities
Project description
fannypack
A loose collection of tools for training PyTorch models.
Contents include helpers for:
- Experiment management, Tensorboard logging, and checkpointing (Python + CLI)
- Reading and manipulating arrays and tensors stored in containers: converting between types, moving across (Torch) devices, slicing across shared dimensions
- Freezing and unfreezing portions of PyTorch modules
- Reading and writing time series data/trajectory files via hdf5
- and a lot more!
See documentation for full overview of functionality.
Installation
Standard installation:
pip install fannypack
Install from source:
git clone https://github.com/brentyi/fannypack.git
cd fannypack && pip install -e .
Development
Tests can be run with pytest
, and documentation can be built by running
make github
in the docsource/
directory.
Tooling: black and isort for formatting, flake8 for linting, and mypy for static type-checking.
Until numpy 1.20.0
is released,
type-checking also requires that NumPy stubs are installed manually:
pip install https://github.com/numpy/numpy-stubs/tarball/master
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
fannypack-0.0.21.tar.gz
(40.3 kB
view details)
Built Distribution
File details
Details for the file fannypack-0.0.21.tar.gz
.
File metadata
- Download URL: fannypack-0.0.21.tar.gz
- Upload date:
- Size: 40.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab3ce111fa3d77dee5c1cbb953ae0b89d71229b434e70395ec3557e9a3ea3e19 |
|
MD5 | a35abc6b97fe7325cf5687c72f405c72 |
|
BLAKE2b-256 | 2269590ec1a9224d293a8d3cc34231f8d2294cc7c580daebd7fc1a4c085ec463 |
File details
Details for the file fannypack-0.0.21-py3-none-any.whl
.
File metadata
- Download URL: fannypack-0.0.21-py3-none-any.whl
- Upload date:
- Size: 53.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85c15d60847482a7d2e48acc952e29c74cd9463aadf12f9a4209c0c81228c02e |
|
MD5 | 62803a3575a863e4729f989ac3ef8e80 |
|
BLAKE2b-256 | 61e5f14f5430c7ab1d6905219debfe863c152cd4b30c9a7e1ddbddc840ce3888 |