Skip to content

Commit 65ed6e6

Browse files
committed
add super class init
1 parent f6755d3 commit 65ed6e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sigmoid_classifier.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def __init__(self,
6161
show_class_activation_map=False,
6262
cam_activation_layer_name='cam_activation',
6363
last_conv_layer_name='squeeze_conv'):
64+
super().__init__()
6465
self.input_shape = input_shape
6566
self.lr = lr
6667
self.warm_up = warm_up

0 commit comments

Comments
 (0)