Metadata-Version: 2.1
Name: torch-bnn
Version: 0.3.7
Summary: Library implementing Bayesian Neural Networks in pytorch
Home-page: https://gitlab.com/antoinelb/torch-bnn
License: MIT
Author: Antoine Lefebvre-Brossard
Author-email: antoinelb@protonmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: examples
Requires-Dist: numpy
Requires-Dist: torch
Description-Content-Type: text/markdown

[![pipeline status](https://gitlab.com/antoinelb/torch-bnn/badges/master/pipeline.svg)](https://gitlab.com/antoinelb/torch-bnn/-/commits/master)
[![coverage report](https://gitlab.com/antoinelb/torch-bnn/badges/master/coverage.svg)](https://gitlab.com/antoinelb/torch-bnn/-/commits/master)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![security: bandit](https://img.shields.io/badge/security-bandit-green.svg)](https://github.com/PyCQA/bandit)

# Pytorch Bayesian Neural Networks

Implements a series of bayesian layers for use in bayesian neural networks.

