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

Architecture tests #71

Open
Gianeh opened this issue Oct 27, 2023 · 0 comments
Open

Architecture tests #71

Gianeh opened this issue Oct 27, 2023 · 0 comments

Comments

@Gianeh
Copy link

Gianeh commented Oct 27, 2023

Hi everyone, I really appreciate the work done both by the proposed paper and within code.
I'm trying to reproduce the performance showed in the paper for a Thesis work at University.

I managed to run the code, though I must consider I needed some slight modifications to crucial parts, probably due to compatibility with my machines, but now I'm trying to train different weights for the model using previous architechtures like LapSRN, Bicubic and so on. I encounter an error with shapes of used tensors, both using --mask parameter and without it.

The exception is as follows (removing --mask):

return torch.max_pool2d(input, kernel_size, stride, padding, dilation, ceil_mode)
RuntimeError: Given input size: (256x1x4). Calculated output size: (256x0x2). Output size is too small

I wonder if I'm missing something in my setup or if those archs are intended for testing only... Thank you for the help!

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