Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.23 KB

File metadata and controls

34 lines (21 loc) · 1.23 KB

VGG_tensorflow

this code implement VGG16 network by this paper.

graph

Training

first training

use the pre_trained convolution layer parameters, and train the FC layer parameters

Result

second training

Do not use the pre-trained parameter, the network train all parameters

Result