Dear all,
It is our great honour to released [TLX2ONNX](https://github.com/tensorlayer/TLX2ONNX) 0.0.1.
Since June 10, 2022, we have been planning to deploy modeling capabilities for the refinement of [TensorLayerX](https://github.com/tensorlayer/TensorLayerX). After several months of a team effort, we have implemented ONNX Model Exporter for TensorLayerX. Our model export is one-to-one with the neural network layers of TensorLayerX. The list of Layers support can be found [here](https://github.com/tensorlayer/TLX2ONNX/blob/main/OP_LIST.md). We display the input and output shapes of each layer in the ONNX graph for easy model checking and converted the [VGG](https://github.com/tensorlayer/TLX2ONNX/blob/main/tests/export_application/test_export_vgg16.py) network with almost no loss of accuracy.
The project is still a maintenance version, and we would love for you to initiate [Issues](https://github.com/tensorlayer/TLX2ONNX/issues) and [Pull requests](https://github.com/tensorlayer/TLX2ONNX/pulls) to improve the project.