Convolutional layer in tensorflow: stride vs tf.gather

前端 未结 0 1556
夕颜
夕颜 2021-02-19 00:08

I implemented a convolutional neural network in TensorFlow. However, instead of using the stride operator for the convolutional layers, I use tf.gather to pick every second elem

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