Skip to content

Commit

Permalink
Merge pull request machrisaa#16 from insikk/patch-1
Browse files Browse the repository at this point in the history
Update vgg16.py
  • Loading branch information
machrisaa authored Feb 13, 2017
2 parents 0af56ef + cd01483 commit 70e5eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vgg16.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(self, vgg16_npy_path=None):
path = os.path.abspath(os.path.join(path, os.pardir))
path = os.path.join(path, "vgg16.npy")
vgg16_npy_path = path
print path
print(path)

self.data_dict = np.load(vgg16_npy_path, encoding='latin1').item()
print("npy file loaded")
Expand Down

0 comments on commit 70e5eb1

Please sign in to comment.