TensorFlow.jl icon indicating copy to clipboard operation
TensorFlow.jl copied to clipboard

Convolution in 1D

Open kailaix opened this issue 6 years ago • 1 comments

Convolution in 1D. The implementation follows https://github.com/tensorflow/tensorflow/blob/r1.12/tensorflow/python/ops/nn_ops.py

kailaix avatar Dec 17 '18 22:12 kailaix

Thanks, this is great! Sorry for the long delay. I've created a rebased version of the PR in https://github.com/malmaud/TensorFlow.jl/pull/506.

malmaud avatar May 17 '19 18:05 malmaud