I'm trying skip unnecessary Transpose operations that were added previously due to the conversion process from PyTorch to Tensorflow. Any suggestions?
The model has 2 outputs and I'm trying to remove the Transpose operations from on branch of outputs. And the Transpose operation is added during the process of converting from OpenVino to Tensorflow