Metadata-Version: 2.1
Name: cbmi-utils
Version: 0.3.27
Summary: Utility package for common features at CBMI
Home-page: https://git.tools.f4.htw-berlin.de/baumapa/cbmi_utils
Author: Patrick Baumann
Author-email: Patrick.Baumann@htw-berlin.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# cbmi_utils

Utility package for common features at CBMI. Further Information can be found in the [Wiki](https://gitlab.htw-berlin.de/baumapa/cbmi-utils/-/wikis/home).

## Install
```
pip install cbmi-utils
```

## Usage
Example PyTorch Layer Import
```
from cbmi_utils.pytorch.layers import Reshape
```


