onnx / onnx-tensorflow

Tensorflow Backend for ONNX
Other
1.28k stars 297 forks source link

Need extensive unit testing strategy for dynamic shape handling #546

Open winston-zillow opened 4 years ago

winston-zillow commented 4 years ago

It seems the current node unit tests covers only static input shapes. Suggest improving unit test coverage by enhancing the testing framework to deal with dynamic/undefined shapes

winnietsang commented 4 years ago

@winston-zillow I'm working on a PR that is dealing with dynamic shape support. I will push out that PR soon. May be you can help me to review that later.