File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
tensorflow/g3doc/tutorials/image_recognition Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -436,11 +436,7 @@ should be able to transfer some of that understanding to solving related
436
436
problems. One way to perform transfer learning is to remove the final
437
437
classification layer of the network and extract
438
438
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).
444
440
445
441
446
442
## Resources for Learning More
You can’t perform that action at this time.
0 commit comments