Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@drasros
drasros / TEST_conv_1filter_per_batch_elem.py
Created September 19, 2017 14:58
Application of a separate convolutional filter on each batch element
# test convolution1d with one specific kernel per batch element
import tensorflow as tf
import numpy as np
#################################################
# try normal separable conv with channel_multiplier=1 first
batch_size = 3