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 y2t use y2 as input? #18

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

DSDF block - shouldn't y2t use y2 as input? #18

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 "y1t" (line 333) use "y1" as input? Since y3t uses y3 as input (line 362) and y4t uses y4 as input (line 378)

y1t = Conv2DTranspose(filters=gc, kernel_size=3, strides=2,padding='same', bias=bias)(y)

y3t = Conv2DTranspose(filters=gc, kernel_size=3, strides=2,padding='same', bias=bias)(y3)

y4t = Conv2DTranspose(filters=gc, kernel_size=3, strides=2,padding='same', bias=bias)(y4)

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