ErnestBeckham commited on
Commit
1d95b9f
·
verified ·
1 Parent(s): 485c7a0
Files changed (1) hide show
  1. grad_cam.py +0 -1
grad_cam.py CHANGED
@@ -9,7 +9,6 @@ class GradCam:
9
  def __init__(self, model, img, last_conv_layer_name, pred_index=None):
10
  self.model = model
11
  self.img_path = img
12
- self.size = size
13
  self.last_conv_layer_name = last_conv_layer_name
14
 
15
 
 
9
  def __init__(self, model, img, last_conv_layer_name, pred_index=None):
10
  self.model = model
11
  self.img_path = img
 
12
  self.last_conv_layer_name = last_conv_layer_name
13
 
14