ValueError: Error when checking target: expected dense_2 to have shape (2,) but got array with shape (75,)

前端 未结 0 1619
刺人心
刺人心 2020-12-04 01:21
model = Sequential()
model.add(TimeDistributed(Conv2D(64, (3, 3), activation=\'relu\'),input_shape=(10, 255, 255,1)))
model.add(TimeDistributed(Conv2D(64, (3, 3), ac         


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