Is there a difference between tf.nn.conv1d and tf.nn.convolution in Tensorflow?
I want to know what is the difference between a these two. For me, they are the same function, so I do not see the reason of existance two same functions.
Topic tensorflow convolution machine-learning
Category Data Science