fchollet / deep-learning-with-python-notebooks

Jupyter notebooks for the code samples of the book "Deep Learning with Python"
MIT License
17.97k stars 8.48k forks source link

5-3 about reference of VGG16 #146

Open small-qiu opened 3 years ago

small-qiu commented 3 years ago

Hello, the author. I'd like to ask

In the reference of vgg16, the first method of feature extraction is to use the front layer of vgg16 to predict, and then spread out the results as input, and then connect its own layer to train. The second method is to directly connect vgg16 to two layers for training. What is the difference between the two methods? The parameters of vgg16 are also frozen.

Forget to solve doubts