Concatenation of ResNet (2D images) with fully-connected network (1D input)

前端 未结 0 891
遇见更好的自我
遇见更好的自我 2021-01-18 07:56

I\'m using a pre-built ResNet in Keras (TensorFlow 2) in the following way:

from tensorflow.keras.applications.resnet50 import ResNet50
base_model = ResNet50(         


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