Skip to content

Commit

Permalink
add pretrained weight of vgg19 (#35788)
Browse files Browse the repository at this point in the history
  • Loading branch information
LielinJiang committed Sep 16, 2021
1 parent 7546a07 commit 7ec9006
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

0 comments on commit 7ec9006

Please sign in to comment.