Skip to content

Commit

Permalink
add pretrained weight of vgg19
Browse files Browse the repository at this point in the history
  • Loading branch information
LielinJiang committed Sep 16, 2021
1 parent 1dcf22a commit ca6b580
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/paddle/vision/models/vgg.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@

model_urls = {
'vgg16': ('https://paddle-hapi.bj.bcebos.com/models/vgg16.pdparams',
'89bbffc0f87d260be9b8cdc169c991c4')
'89bbffc0f87d260be9b8cdc169c991c4'),
'vgg19': ('https://paddle-hapi.bj.bcebos.com/models/vgg19.pdparams',
'23b18bb13d8894f60f54e642be79a0dd')
}


Expand Down

1 comment on commit ca6b580

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.