-
Notifications
You must be signed in to change notification settings - Fork 62
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
When I test with my dataset, can I use the image at different resolutions? #12
Comments
The model can be applied to any images with arbitrary resolution. |
Thanks for your reply! =============== Load Meta-trained Model parameters... ============== |
May be there could be a mismatch between the GT image shape and the scale. Did you provide the ground-truth image? |
I am also getting the same error as our friend @Huangjianglu is getting. I tried multiple images with different resolutions with the ground truth provided. They all give me the same error. Only in one case, the error was different (couldn't calculate the PSNR), but it also didn't save the output SR image. The saving SR image is before calculating the PSNR, so I expect it should at least save the output results. |
Dear Sir, |
Have you solved this problem? I am also getting it. |
Please @JWSoh I'm facing a problem when i load the pretrained model , specially when it reads the checkpoint NotFoundError (see above for traceback): Key MODEL/conv7/kernel/Adam_3 not found in checkpoint |
Please @784682065 I'm facing a problem when i load the pretrained model , specially when it reads the checkpoint NotFoundError (see above for traceback): Key MODEL/conv7/kernel/Adam_3 not found in checkpoint |
Sorry, I haven't encountered this problem. |
Thanks for your reply. mmm so do you have any tutorial or guidance i can
follow?
thanks in advance
…On Mon, Dec 21, 2020 at 2:55 PM huzp ***@***.***> wrote:
Please @784682065 <https://github.com/784682065> I'm facing a problem
when i load the pretrained model , specially when it reads the checkpoint
this is the error .. how did you kindly solve it please ??
NotFoundError (see above for traceback): Key MODEL/conv7/kernel/Adam_3 not
found in checkpoint
[[Node: save/RestoreV2_69 = RestoreV2[dtypes=[DT_FLOAT],
_device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save/Const_0_0,
save/RestoreV2_69/tensor_names, save/RestoreV2_69/shape_and_slices)]]
Sorry, I haven't encountered this problem.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#12 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOE5CA5CUGZNFYXGVKMMP6LSV5ATRANCNFSM4N2QGD3Q>
.
|
Thanks for your great job!
I want to use my own dataset during the test,but I find that there are errors due to different image resolutions.How should I change the model parameters to change the size of the input image resolution?
The text was updated successfully, but these errors were encountered: