
montek singh
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by montek singh-
montek singh commented,
I tried using Mobile Net CNN.The model was trained on TF Keras. And converted using Onnx. And yes, Transpose layers were automatically added when the conversion happened.
-
montek singh created a post,
'Transpose' layer type is not supported
When Importing an ONNX model, I get this error-> Resource import failed: 'Transpose' layer type is not supported However, the compatibility list shows that the transpose layer is compatible. ht...
-
montek singh created a post,
Resource import failed: 'Transpose' layer type is not supported
When Importing an ONNX model, I get this error-> Resource import failed: 'Transpose' layer type is not supported However, the compatibility list shows that the transpose layer is compatible. ht...
-
montek singh created a post,
Loading Keras Models
Is there a possibility to directly import a Keras Model without converting it into the ONNX format.