Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # Build the VGG19 network with our 3 images as input
  2. # the model is loaded with pre-trained ImageNet weights
  3.  
  4. model = vgg19.VGG19(input_tensor=input_tensor,
  5. weights='imagenet', include_top=False)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement