TypeError: TextEncodeInput must be Union[TextInputSequence, Tuple[InputSequence, InputSequence]] in Transformer model

后端 未结 0 1863
生来不讨喜
生来不讨喜 2020-12-12 01:15

This is the data that I try to encode:

arr = np.array([0.15, \'How much faster is the robot?\'], dtype=object)

This is the reproducible code

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