Metadata-Version: 2.1
Name: BxModels
Version: 0.3.1
Summary: Popular Machine Learning Models in PyTorch with Strong GPU Acceleration.
Home-page: https://gitlab.lrz.de/borchero/bxmodels
Author: Oliver Borchert
Author-email: borchero@icloud.com
License: License :: OSI Approved :: MIT License
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: torch (<1.4.0,>=1.3.1)
Requires-Dist: numpy (<2.0.0,>=1.16.3)
Requires-Dist: bxtorch (<0.7.0,>=0.6.0)

# BxModels

BxModels provides a repository for well-known machine learning models
implemented in PyTorch. With the help of PyTorch, these models can benefit from
strong GPU acceleration.

BxModels is built on top of BxTorch, a library which enables developers to
handle PyTorch models even more easily and providing multiple means of speeding
up training.

## Installation

BxModels is available on PyPi, so simply run the following command:

```bash
pip install bxmodels
```


