question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Convolution with masked input?

See original GitHub issue

I 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:closed
  • Created 8 years ago
  • Reactions:24
  • Comments:45 (5 by maintainers)

github_iconTop GitHub Comments

65reactions
Engineerocommented, Apr 25, 2018

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?

42reactions
stale[bot]commented, Sep 27, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found