Releases: tensorlayer/TLX2ONNX
TLX2ONNX 0.0.2 Release
TLX2ONNX 0.0.2 is a maintenance release. In this release, we have the following changes.
- Add groupconv2d
- Convert SRGAN model test
- Update Normalization
- Fix subpixelconv
- Add dynamic_axes
The project is still a maintenance version, and we would love for you to initiate Issues and Pull requests to improve the project.
TLX2ONNX 0.0.1 release
Dear all,
It is our great honour to released TLX2ONNX 0.0.1.
Since June 10, 2022, we have been planning to deploy modeling capabilities for the refinement of 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. We display the input and output shapes of each layer in the ONNX graph for easy model checking and converted the VGG network with almost no loss of accuracy.
The project is still a maintenance version, and we would love for you to initiate Issues and Pull requests to improve the project.