keras-attn_aug_cnn
keras-attn_aug_cnn copied to clipboard
Extension of the `Attention Augmented Convolutional Networks` paper for 1-D convolution operation.
Results
1
keras-attn_aug_cnn issues
Sort by
recently updated
recently updated
newest added
When following line of code is run in .py format file `x = augmented_conv1d(cnn1, shape = (32, 10), filters=20, kernel_size=5, strides = 1, padding = 'causal', # if causal convolution...