November 2017
Intermediate to advanced
304 pages
6h 58m
English
In this chapter, we will fine-tune a VGG model that has been trained on ImageNet data with 1,000 classes. We have provided an initial project with a pretrained VGG model and some utility files. You can go ahead and download the code from https://github.com/mlwithtf/mlwithtf/tree/master/chapter_09.
In the folder chapter-09, you will have the following structure:
- data --VGG16.npz - samples_data - production - utils --__init__.py --debug_print.py - README.md
There are two files that you should understand:
Read now
Unlock full access