【发布时间】:2022-01-11 14:10:10
【问题描述】:
请添加一些上下文来解释代码部分(或检查您是否没有错误地将所有问题格式化为代码)
include_top=False,
weights='imagenet')
x = base_model.output
x = tf.keras.layers.GlobalAveragePooling2D()(x)
x = se_model.input,outputs=prediction_layer)
return model
【问题讨论】:
标签: python tensorflow keras conv-neural-network transfer-learning