Convolution with masked input?
See original GitHub issueI want to perform convolution on a sequence input before feeding it to an RNN but it looks like Convolution1D
ignores its input mask (and thus wouldn’t work with sequences of differing length). Is there any way to turn a convolution into a masked layer?
Issue Analytics
- State:
- Created 8 years ago
- Reactions:24
- Comments:45 (5 by maintainers)
Top Results From Across the Web
Locally Masked Convolution for Autoregressive ... - Ajay Jain
To implement these models on images, we propose locally masked convolutions that efficiently apply different masks to the input image at each conv...
Read more >Masked convolutional neural network for supervised learning ...
This module can adopt any CNN architecture. It sequentially processes the mask input images by using convolutional and down-sampling operations and utilizes ...
Read more >How to input mask value to Convolution1D layer
When I set mask_zero = True in Embedding , I fail to compile at Conv1d . How can I input mask value in...
Read more >Masked Convolution Explained - Papers With Code
A Masked Convolution is a type of convolution which masks certain pixels so that the model can only predict based on pixels already...
Read more >Sparse and Hierarchical Masked Modeling for Convolutional ...
This paper presents a masked modeling method for convolutional vision backbones. Instead of simply zeroing out the masked regions in the input ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have not seen a resolution on this issue or the related issues referenced in the thread. Is this resolved? If so, what resolved it and how? If not, is there a plan to do so?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 30 days if no further activity occurs, but feel free to re-open a closed issue if needed.