Skip to content

Commit

Permalink
update benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
the-database committed Jan 9, 2025
1 parent cf6e938 commit 5cccb92
Show file tree
Hide file tree
Showing 18 changed files with 987 additions and 967 deletions.
1,325 changes: 669 additions & 656 deletions docs/source/benchmarks.md

Large diffs are not rendered by default.

155 changes: 78 additions & 77 deletions docs/source/resources/benchmark1x.csv

Large diffs are not rendered by default.

157 changes: 79 additions & 78 deletions docs/source/resources/benchmark2x.csv

Large diffs are not rendered by default.

Binary file modified docs/source/resources/benchmark2x_all.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/resources/benchmark2x_large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/resources/benchmark2x_medium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/resources/benchmark2x_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
153 changes: 77 additions & 76 deletions docs/source/resources/benchmark3x.csv

Large diffs are not rendered by default.

Binary file modified docs/source/resources/benchmark3x_all.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/resources/benchmark3x_large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/resources/benchmark3x_medium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/resources/benchmark3x_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
159 changes: 80 additions & 79 deletions docs/source/resources/benchmark4x.csv

Large diffs are not rendered by default.

Binary file modified docs/source/resources/benchmark4x_all.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/resources/benchmark4x_large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/resources/benchmark4x_medium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/resources/benchmark4x_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion traiNNer/archs/arch_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@
int, dict[Literal["df2k_psnr", "df2k_ssim", "div2k_psnr", "div2k_ssim"], float]
],
] = {
"artcnn_r8f64": {
2: {"df2k_psnr": 32.1, "df2k_ssim": 0.9293},
},
"atd": {
2: {"df2k_psnr": 34.73, "df2k_ssim": 0.9476},
3: {"df2k_psnr": 30.52, "df2k_ssim": 0.8924},
Expand Down Expand Up @@ -334,7 +337,7 @@
"df2k_ssim": 0.8140,
},
},
"rcan unshuffle_mod=False": {
"rcan": {
2: {
"div2k_psnr": 33.34,
"div2k_ssim": 0.9384,
Expand Down

0 comments on commit 5cccb92

Please sign in to comment.