Metadata-Version: 2.1
Name: torchember
Version: 0.0.1
Summary: Tracking and Visualize after the burning PyTorch
Home-page: https://github.com/raynardj/torchember
Author: raynardj
Author-email: email@example.com
License: Apache Software License 2.0
Keywords: pytorch statistics tracker torchember
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Torch Ember
> Tracking and visualize after the burning pytorch


## Installation
```pip install torchember```

## Fast Tutorial

```python
from torchember.core import torchEmber
te = torchEmber(model)
```


