Using tf.gather_nd to downscale a image

后端 未结 0 644
北海茫月
北海茫月 2021-01-15 14:40

I have the following tensor x, that represents a image 64 x 64 x 3:

x = tf.random.normal((1, 64, 64, 3))

I want to do an "interlaced&quo

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