Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/imyizhang/pytorch-bayes
- Owner: imyizhang
- Created: 2021-11-08T12:32:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T23:38:29.000Z (about 3 years ago)
- Last Synced: 2024-11-17T05:46:09.921Z (about 2 months ago)
- Language: Python
- Homepage: https://pypi.org/project/PyTorch-Bayes/
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```