Metadata-Version: 2.1
Name: onnx-pytorch
Version: 0.1.1
Summary: Convert onnx to pytorch code.
Home-page: https://github.com/fumihwh/onnx-pytorch
Author: fumihwh
Author-email: fumihwh@gmail.com
License: Apache 2.0
Description: # onnx-pytorch
        
        Generating pytorch code from ONNX.
        Currently support `onnx==1.9.0` and `torch==1.8.1`.
        
        ## Usage
        ```
        from onnx_pytorch import code_gen
        code_gen.gen("/path/to/onnx_model", "/path/to/output_dir")
        ```
        A `model.py` file and `variables` folder will be created under `output_dir`.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
