You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jacobgil ,
This can sound dumb, but I want grad-cam as a feature in my deployment service. All the model I am using there are in ONNX format. I tried direct conversion of gradcam to onnx, but failed as it uses back tracing of gradients. I wanted to ask if there is a way to use gradcam in onnx formatted model or if is there any way to use gradcam in deployment to edge devices?
How can I generate GradCAM images for each class. I am trying the general method but encountering error while passing predicted output as target output in gradcam.
The text was updated successfully, but these errors were encountered:
Hi @jacobgil ,
This can sound dumb, but I want grad-cam as a feature in my deployment service. All the model I am using there are in ONNX format. I tried direct conversion of gradcam to onnx, but failed as it uses back tracing of gradients. I wanted to ask if there is a way to use gradcam in onnx formatted model or if is there any way to use gradcam in deployment to edge devices?
Also if I am defining my model as given below:
How can I generate GradCAM images for each class. I am trying the general method but encountering error while passing predicted output as target output in gradcam.
The text was updated successfully, but these errors were encountered: