Skip to content

Commit

Permalink
add vgg parameters from my baidu cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
MorvanZhou committed Jun 28, 2018
1 parent d91286f commit 0468d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial-contents/407_transfer_learning.py
Expand Up @@ -79,7 +79,7 @@ def __init__(self, vgg16_npy_path=None, restore_from=None):
try:
self.data_dict = np.load(vgg16_npy_path, encoding='latin1').item()
except FileNotFoundError:
print('Please download VGG16 parameters at here https://mega.nz/#!YU1FWJrA!O1ywiCS2IiOlUCtCpI6HTJOMrneN-Qdv3ywQP5poecM')
print('Please download VGG16 parameters from here https://mega.nz/#!YU1FWJrA!O1ywiCS2IiOlUCtCpI6HTJOMrneN-Qdv3ywQP5poecM\nOr from my Baidu Cloud: https://pan.baidu.com/s/1Spps1Wy0bvrQHH2IMkRfpg')

self.tfx = tf.placeholder(tf.float32, [None, 224, 224, 3])
self.tfy = tf.placeholder(tf.float32, [None, 1])
Expand Down

0 comments on commit 0468d25

Please sign in to comment.