We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6755d3 commit 65ed6e6Copy full SHA for 65ed6e6
sigmoid_classifier.py
@@ -61,6 +61,7 @@ def __init__(self,
61
show_class_activation_map=False,
62
cam_activation_layer_name='cam_activation',
63
last_conv_layer_name='squeeze_conv'):
64
+ super().__init__()
65
self.input_shape = input_shape
66
self.lr = lr
67
self.warm_up = warm_up
0 commit comments