Metadata-Version: 2.1
Name: tlx2onnx
Version: 0.0.1
Summary: a toolkit for converting trained model of TensorLayerX to ONNX.
Home-page: https://github.com/tensorlayer/TLX2ONNX
Author: TLX2ONNX Contributors
Author-email: tensorlayer@gmail.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/plain
License-File: LICENSE

tlx2onnx is a toolkit for converting trained model of TensorLayerX to ONNX. 

Usage: export(tlx_model, input_spec=input, path='model.onnx') 
GitHub: https://github.com/tensorlayer/TLX2ONNX 
Email: tensorlayer@gmail.com

