keras transfer learning add one layer before and select a particular layer as output

后端 未结 0 1489
暖寄归人
暖寄归人 2021-01-19 14:42

I want to add a layer before VGG19 and select \'block4_conv3\' for next step, my code is like this:

input = Input(shape=input_shape)

base_model = vgg19.VGG19         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题