Skip to content

Commit 3ec22c7

Browse files
committed
removed unnecessary load_weights fn call
1 parent b985f6d commit 3ec22c7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fed_learn/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ def create_model(input_shape: tuple,
1212
weights='imagenet',
1313
include_top=False)
1414
model.compile(optimizer, loss, metrics=["accuracy"])
15-
model.load_weights()
1615
return model
1716

1817

0 commit comments

Comments
 (0)