Posts by Eduardo Montesuma • 16 points
1 post
-
0
votes1
answer29
viewsA: Promote convolutional filters in tensorflow
In Keras, the filters of a convolutional layer have the following formatting: (kernel_size, kernel_size, channels_in, channels_out). Here I explain a little what each dimension of the tensor…