Hi:
When I test the inference speed of Resnet-50 optimized by TVM, I find that the Resnet-50 from relay.testing.resnet is faster than the Resnet-50 from relay.frontend.from_tensorflow.
It seems that relay.frontend.from_tensorflow add a lot of transpose nodes because of the NCHW layout. So, any suggestions to solve this problem? Adjusting the tensorflow fronzen graph or adjusting the relay.frontend.from_tensorflow parameters?
Thanks a lot.