An error occurs when predict with the same data as when performing train (expects 3 input(s), but it received 25 input tensors.)

后端 未结 0 1363
傲寒
傲寒 2020-12-31 13:29

The model was constructed using electra.

here is my model

input_ids = tf.keras.Input(shape=(MAX_LEN,), name=\'input_ids\', dtype=tf.in         


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