Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output filter dimension in 2-1-2D CNN layer #3

Open
rishitech007 opened this issue Dec 10, 2019 · 0 comments
Open

Output filter dimension in 2-1-2D CNN layer #3

rishitech007 opened this issue Dec 10, 2019 · 0 comments

Comments

@rishitech007
Copy link

Hi,
You have used the number of filters as 1 instead of 35 as specified in the original paper. Is there a reason for that or do you believe the architecture specified in the paper is off?

conv_out = conv2d_layer(inputs=u2, filters=1, kernel_size=[5, 15], strides=[1, 1], activation=None,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant