keras custom generator for Multi-input CNN giving ValueError: Shapes (None, 146, 73, 2) and (None, None) are incompatible

前端 未结 0 1537
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-18 10:28

I\'m trying to create CNN model with multiple input as given below.

p_input = Input(shape=(600,600,1))
p_branch = Conv2D(32, (3, 3), activation=\'relu\')(p_in         


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