Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nithishdivakar authored Apr 26, 2018
1 parent 4544c5d commit fbb4012
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Pre-trained weights can be automatically loaded upon instantiation (`weights='pl
from vgg16_places_365 import VGG16_Places365
from keras.preprocessing import image
from places_utils import preprocess_input
import numpy as np
import os

model = VGG16_Places365(weights='places')

Expand Down Expand Up @@ -78,6 +80,7 @@ for i in range(0, 5):
from vgg16_hybrid_places_1365 import VGG16_Hubrid_1365
from keras.preprocessing import image
from places_utils import preprocess_input
import numpy as np

model = VGG16_Hubrid_1365(weights='places', include_top=False)

Expand Down

0 comments on commit fbb4012

Please sign in to comment.