Skip to content

Commit

Permalink
fix binary_densenet
Browse files Browse the repository at this point in the history
  • Loading branch information
koenhelwegen committed Apr 27, 2020
1 parent ea7d92e commit e1d8605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions larq_zoo/literature/densenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ def imagenet_weights_path(self):
def imagenet_no_top_weights_path(self):
return utils.download_pretrained_model(
model="binary_densenet",
version="v0.1.0",
version="v0.1.1",
file="binary_densenet_37_dilated_weights_notop.h5",
file_hash="eaf3eac19fc90708f56a27435fb06d0e8aef40e6e0411ff7a8eefbe479226e4f",
file_hash="8b31fbfdc8de08a46c6adcda1ced48ace0a2ff0ce45a05c72b2acc27901dd88b",
)


Expand Down

0 comments on commit e1d8605

Please sign in to comment.