You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm very glad to read your codes, but I have a problem, that is how to test my test_file after training.
as you know, Testing a single image in your code.
Especially these two lines of code, if there is a folder test picture, is it necessary to change?
Hi! I'm very glad to read your codes, but I have a problem, that is how to test my test_file after training.
as you know, Testing a single image in your code.
Especially these two lines of code, if there is a folder test picture, is it necessary to change?
LR_tensor = graph_def.get_tensor_by_name("IteratorGetNext:0")
HR_tensor = graph_def.get_tensor_by_name("NHWC_output:0")
Thanks!
The text was updated successfully, but these errors were encountered: