Skip to content

Commit

Permalink
fix binary_alexnet
Browse files Browse the repository at this point in the history
  • Loading branch information
koenhelwegen committed Apr 27, 2020
1 parent 099db75 commit ea7d92e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions larq_zoo/literature/binary_alex_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ def build(self) -> tf.keras.models.Model:
else:
weights_path = utils.download_pretrained_model(
model="binary_alexnet",
version="v0.2.0",
version="v0.2.1",
file="binary_alexnet_weights_notop.h5",
file_hash="1c7e2ef156edd8e7615e75a3b8929f9025279a948d1911824c2f5a798042475e",
file_hash="1d41b33ff39cd28d13679392641bf7711174a96d182417f91df45d0548f5bb47",
)
model.load_weights(weights_path)
elif self.weights is not None:
Expand Down

0 comments on commit ea7d92e

Please sign in to comment.