How to concatenate tensors after expanding dimension using Keras Functional API?

前端 未结 0 510
清酒与你
清酒与你 2020-12-03 01:34

I am trying to expand dimension:

import tensorflow as tf
inp = tf.keras.layers.Input(shape=(1,))
inp = inp[..., tf.newaxis]
decoder_input = inp
output = tf.co         


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