Skip to content

Commit 3b8b0d5

Browse files
committed
remove initial dummy model save line
1 parent d1ce961 commit 3b8b0d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sigmoid_classifier.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ def __init__(self,
130130
num_classes=len(self.class_names),
131131
last_conv_layer_name=last_conv_layer_name,
132132
cam_activation_layer_name=cam_activation_layer_name).build()
133-
self.model.save('model.h5', include_optimizer=False)
134133

135134
def load_model(self, model_path):
136135
if os.path.exists(model_path) and os.path.isfile(model_path):

0 commit comments

Comments
 (0)