-
Notifications
You must be signed in to change notification settings - Fork 106
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
after 1 epoch, you don't shuffle? #46
Comments
I also see this problem, and'train_set'seems to remain unchanged. |
@Wallace-he Have you solved this problem? |
This is correct. I'm actually working on migrating this over to keras (for multiple reasons), this will be one of the problems solved by that. Could use some help figuring out a problem with model saving in keras tho |
Sorry, this is my mistake! Now I want to output the PSNR value in each test. How can I achieve this? |
You can watch this using tensorboard, that's how I recommend doing it. If you want to print PSNR, you'll have to edit the train loop to evaluate PSNR from the graph and print that |
Thank you. I'm sorry to bother you many times. But with your checkpoints and your own training results, the PSNR value of reconstructed images on set5 and test set and individual other pictures is even lower than that of traditional methods. Why? |
No description provided.
The text was updated successfully, but these errors were encountered: