Tensorflow Keras doesn't work with ragged tensor input

前端 未结 0 1500
野的像风
野的像风 2021-01-15 08:33

I\'m using Tensorflow 2.3.

If I use a normal tf tensor input, the example below works fine:

import tensorflow as tf
text_input = tf.keras.Input([None],         


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