How do I match corresponding NumPy Shape objects with (somewhat) strange parameters?

后端 未结 0 1710
独厮守ぢ
独厮守ぢ 2020-12-13 03:33

Using the following model:

def unet(input_shape=(256, 256, 256)): 
  inputs = Input(input_shape)
  #print(type(inputs))

  #print(tf.shape(tf.squeeze(inputs))         


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