Metadata-Version: 2.1
Name: PyTorch-Bayes
Version: 0.0.3
Summary: A simple PyTorch wrapper making Bayesian learning much easier
Home-page: https://github.com/imyizhang/PyTorch-Bayes
Author: Yi Zhang
Author-email: yizhang.dev@gmail.com
License: MIT
Download-URL: https://github.com/imyizhang/PyTorch-Bayes
Keywords: pytorch,bayesian
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# PyTorch-Bayes

PyTorch-Bayes is

* a simple PyTorch wrapper making Bayesian learning much easier





## Quickstart


### Dependencies and Installation

#### Package Dependencies

`pip install -r requirements.txt` can handle all package dependencies.

#### Install PyTorch-Bayes

```bash
$ pip install pytorch-bayes
```   


