Metadata-Version: 2.1
Name: fannypack
Version: 0.0.9
Summary: PyTorch utilities
Home-page: http://github.com/brentyi/fannypack
Author: brentyi
Author-email: brentyi@berkeley.edu
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: dill
Requires-Dist: h5py
Requires-Dist: numpy
Requires-Dist: pyyaml
Requires-Dist: tensorboard
Requires-Dist: torch
Requires-Dist: tqdm
Requires-Dist: Pillow

# fannypack

![build](https://github.com/brentyi/fannypack/workflows/build/badge.svg)
![mypy](https://github.com/brentyi/fannypack/workflows/mypy/badge.svg?branch=master)
![lint](https://github.com/brentyi/fannypack/workflows/lint/badge.svg)
[![codecov](https://codecov.io/gh/brentyi/fannypack/branch/master/graph/badge.svg)](https://codecov.io/gh/brentyi/fannypack)

Helpers for PyTorch.

Standard installation:
```
pip install fannypack
```

Github:
https://github.com/brentyi/fannypack

Documentation (work-in-progress):
https://brentyi.github.io/fannypack


