- https://s3.ap-northeast-2.wasabisys.com/temp-models/onnx2tf_529/latest.opset17.onnx
- `Reshape`
- Fixed a critical bug in `Reshape` accuracy correction process.
- Removed special workaround processing to accommodate ShuffleNet, which is no longer needed.
- `LayerNormalization`
- Added accuracy correction process.

- [[InSPyReNet] Swin Transformer Support question 312](https://github.com/PINTO0309/onnx2tf/issues/312)
- [Reshape Unmatched max abs error when doing ONNX and TF output value validation 478](https://github.com/PINTO0309/onnx2tf/issues/478)
What's Changed
* Fixed a critical bug in `Reshape`, `LayerNormalization` accuracy correction process by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/529
**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.18.7...1.18.8