We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 train SAN on my own data. The loss is droping . But eval psnr is droping, too. What is the problem?
[gaoqing_592 x2] PSNR: 25.203 (Best: 29.220 @epoch 1) Total time: 765.24s axis shape: (10,) axis: [ 1 2 3 4 5 6 7 8 9 10] self.log[:, i].numpy() shape: (10,) self.log[:, i].numpy(): [11.964835 10.344067 9.891278 9.340872 9.287792 8.970273 8.765504 8.653118 8.545278 8.612093]
[gaoqing_592 x2] PSNR: 25.203 (Best: 29.220 @epoch 1) Total time: 765.24s
axis shape: (10,) axis: [ 1 2 3 4 5 6 7 8 9 10] self.log[:, i].numpy() shape: (10,) self.log[:, i].numpy(): [11.964835 10.344067 9.891278 9.340872 9.287792 8.970273 8.765504 8.653118 8.545278 8.612093]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I train SAN on my own data. The loss is droping . But eval psnr is droping, too.
What is the problem?
The text was updated successfully, but these errors were encountered: