8000 Updated image recognition docs to point to new tutorial. · tensorflow/tensorflow@263d00d · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit 263d00d

Browse files
petewardenVijay Vasudevan
authored andcommitted
Updated image recognition docs to point to new tutorial.
Change: 115111428
1 parent 2b4586c commit 263d00d

File tree

1 file changed

+1
-5
lines changed
  • tensorflow/g3doc/tutorials/image_recognition

1 file changed

+1
-5
lines changed

tensorflow/g3doc/tutorials/image_recognition/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -436,11 +436,7 @@ should be able to transfer some of that understanding to solving related
436436
problems. One way to perform transfer learning is to remove the final
437437
classification layer of the network and extract
438438
the [next-to-last layer of the CNN](http://arxiv.org/abs/1310.1531), in this case a 2048 dimensional vector.
439-
One can specify
440-
this by setting `--output_layer=pool_3` in the [C++ API example](#usage-with-the-c-api)
441-
and then
442-
changing the output tensor handling. Try extracting this feature on a set of images
443-
and see if you can predict new categories not in ImageNet.
439+
There's a guide to doing this [in the how-to section](../../how_tos/image_retraining/index.html).
444440
445441
446442
## Resources for Learning More

0 commit comments

Comments
 (0)
0