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 - shouldn't x2c use x2 as input? #16

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

DSDF block - shouldn't x2c use x2 as input? #16

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 x2c (line 345) use x2 as input? Since x3c uses x3 as input (line 360) and x4c uses x4 as input (line 376)

x2c = Conv2D(filters=gc, kernel_size=3, strides=2,padding='same', bias=bias)(x1)

x3c = Conv2D(filters=gc, kernel_size=3, strides=2,padding='same', bias=bias)(x3)

x4c = Conv2D(filters=gc, kernel_size=3, strides=2,padding='same', bias=bias)(x4)

@dvorst dvorst changed the title DSDF block - does x2c use the wrong input? DSDF block - shouldn't x2c use x2 as input? Feb 3, 2022
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