Is there any reason a data adapter cannot be found for my model?

后端 未结 0 1223
再見小時候
再見小時候 2020-12-07 12:32
text_input = tf.keras.Input(shape=(None,), name=\'text\')
text_features = tf.keras.layers.Embedding(VOCAB_SIZE, 64, mask_zero=True)(text_input)
text_features = tf.ke         


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