-
Notifications
You must be signed in to change notification settings - Fork 39
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
I am running this code in python3.7 #18
Comments
Testing on the given 3-step trained model which stores in /models, and ends with pkl. |
Traceback (most recent call last):
File "test_GFN_4x.py", line 131, in
model_test(model)
File "test_GFN_4x.py", line 101, in model_test
test(testloader, model, criterion, SR_dir)
File "test_GFN_4x.py", line 91, in test
print("Avg. SR PSNR:{:4f} dB".format(avg_psnr / iteration))
UnboundLocalError: local variable 'iteration' referenced before assignment
The text was updated successfully, but these errors were encountered: