Skip to content

Commit

Permalink
update inceptionnext md5
Browse files Browse the repository at this point in the history
  • Loading branch information
leondgarse committed Apr 5, 2023
1 parent 1b9ad34 commit 0eb0a29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keras_cv_attention_models/inceptionnext/inceptionnext.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

PRETRAINED_DICT = {
"inceptionnext_base": {"imagenet": {224: "9b2bc220f5fc1cc9715daa9c899bff0b", 384: "c1740ea8e9115612eb12ce54c035ed32"}},
"inceptionnext_small": {"imagenet": {"046ec2140cce1620fd94cd1b208a9bb6"}},
"inceptionnext_tiny": {"imagenet": {"1026a14bc0367f9d29a8d5bf952ac056"}},
"inceptionnext_small": {"imagenet": "046ec2140cce1620fd94cd1b208a9bb6"},
"inceptionnext_tiny": {"imagenet": "1026a14bc0367f9d29a8d5bf952ac056"},
}


Expand Down

0 comments on commit 0eb0a29

Please sign in to comment.