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
Hello, I am trying to apply the gradcam inspired by your code to my resnet3D model.
I keep getting error while calculating the Gradients in the following line :
Hello, I am trying to apply the gradcam inspired by your code to my resnet3D model.
I keep getting error while calculating the Gradients in the following line :
conv_outputs, predictions = grad_model(input_pet_io)
error:
ValueError: not enough values to unpack (expected 2, got 1)
I want to know why and how exactly conv_outputs is used in this line ?
thank you ~
The text was updated successfully, but these errors were encountered: