I have problem while apply cam on my own custom model, should I change my model to resnet? #238
-
Hi torch-cam provider XD |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Ok,I have figured out what is wrong, I should set the input_shape XD |
Beta Was this translation helpful? Give feedback.
Ok,I have figured out what is wrong, I should set the input_shape XD
cam_extractor = SmoothGradCAMpp(model, input_shape=(6, 64, 64))