Tensorflow : Conv1d - filters parameter

64 views
Skip to first unread message

jordan.b...@gmail.com

unread,
Aug 28, 2017, 6:11:36 AM8/28/17
to Discuss
Hi,

I just want a clarification about the parameter "filters" in the function tf.layers.conv1d (https://www.tensorflow.org/api_docs/python/tf/layers/conv1d)

They say :
"Integer, the dimensionality of the output space (i.e. the number of filters in the convolution)"

So, If i understand well, with kernel_size=[3] and filters=2 and this input : [1,2,3,4,5,6,7,8,9], the function will make this:

[1,2,3] * [x, x, x]
[2,3,4] * [x, x, x]
then stop.

Am I correct or am I missing something ?

Thanks for your help!

Martin Wicke

unread,
Aug 28, 2017, 12:37:51 PM8/28/17
to jordan.b...@gmail.com, Discuss
This is a better question for StackOverflow. Please ask it there.

--
You received this message because you are subscribed to the Google Groups "Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss+unsubscribe@tensorflow.org.
To post to this group, send email to dis...@tensorflow.org.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/discuss/2bf15990-c196-4f8b-94d2-9d85b585ec47%40tensorflow.org.

Reply all
Reply to author
Forward
0 new messages