Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imyizhang/pytorch-bayes

A simple PyTorch wrapper making Bayesian learning much easier
https://github.com/imyizhang/pytorch-bayes

Last synced: about 2 months ago
JSON representation

A simple PyTorch wrapper making Bayesian learning much easier

Awesome Lists containing this project

README

        

# 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
```