Keras Multiply() ValueError: Can not merge tensors with different batch sizes. Got tensors with shapes : [(32, 148), (1, 148)]

前端 未结 0 1236
深忆病人
深忆病人 2021-02-04 01:58

I have this kind of model:

def get_model2(mask_kind):
epochs = 300
learning_rate = 0.1
learning_rate = learning_rate / epochs

inp_1 = tf.keras.Input(shape=(74, 1         


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