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

DSDF block - Leaky relu does not use conv layer as input #15

Open
dvorst opened this issue Feb 3, 2022 · 0 comments
Open

DSDF block - Leaky relu does not use conv layer as input #15

dvorst opened this issue Feb 3, 2022 · 0 comments

Comments

@dvorst
Copy link

dvorst commented Feb 3, 2022

Concerning the DSDF (RDDB) block

Shouldn't the leaky ReLU of y1 use the output of the convolution (y1) as input instead of y?

MSRF-Net/model.py

Lines 328 to 329 in 60e2373

y1 = Conv2D(filters=gc, kernel_size=3, strides=1,padding='same', bias=bias)(y)
y1 = LeakyReLU(alpha=0.25)(y)

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