Metadata-Version: 2.1
Name: o2t
Version: 0.0.3
Summary: o2t: onnx to pytorch converter
Home-page: https://github.com/inisis/onnx2torch
Author: inisis
Author-email: desmond.yao@buaa.edu.cn
License: MIT
Project-URL: Bug Tracker, https://github.com/inisis/onnx2torch/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: loguru
Requires-Dist: torch
Requires-Dist: onnx

# o2t


# Installation
## Using Prebuilt
```bash
pip install o2t
```
## Build From Source
```
pip install .
```


# How to use
```
o2t your_onnx_model saved_pytorch_graph_module
```
