Skip to content

Commit

Permalink
don't ask to clone machrisaa/tensorflow-vgg
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstaniec authored Jul 22, 2017
1 parent 18e8f5c commit 0926a8b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions transfer-learning/Transfer_Learning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
"\n",
"## Pretrained VGGNet\n",
"\n",
"We'll be using a pretrained network from https://github.com/machrisaa/tensorflow-vgg. Make sure to clone this repository to the directory you're working from. You'll also want to rename it so it has an underscore instead of a dash.\n",
"\n",
"```\n",
"git clone https://github.com/machrisaa/tensorflow-vgg.git tensorflow_vgg\n",
"```\n",
"We'll be using a pretrained network from https://github.com/machrisaa/tensorflow-vgg. This code is already included in 'tensorflow_vgg' directory, sdo you don't have to clone it.\n",
"\n",
"This is a really nice implementation of VGGNet, quite easy to work with. The network has already been trained and the parameters are available from this link. **You'll need to clone the repo into the folder containing this notebook.** Then download the parameter file using the next cell."
]
Expand Down

0 comments on commit 0926a8b

Please sign in to comment.