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
Copy file name to clipboardExpand all lines: src/brevitas_examples/super_resolution/README.md
+19-12Lines changed: 19 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Integer-Quantized Super Resolution Experiments with Brevitas
2
2
3
-
This directory contains scripts demonstrating how to train integer-quantized super resolution models using [Brevitas](https://github.com/Xilinx/brevitas).
3
+
This directory contains scripts demonstrating how to train integer-quantized super resolution models using Brevitas.
4
4
Code is also provided to demonstrate accumulator-aware quantization (A2Q) as proposed in our ICCV 2023 paper "[A2Q: Accumulator-Aware Quantization with Guaranteed Overflow Avoidance](https://arxiv.org/abs/2308.13504)".
5
5
6
6
## Experiments
@@ -12,25 +12,32 @@ During inference center cropping is applied.
12
12
Inputs are then downscaled by 2x and then used to train the model directly in the RGB space.
13
13
Note that this is a difference from many academic works that train only on the Y-channel in YCbCr format.
14
14
15
-
| Model Name | Upscale Factor | Weight quantization | Activation quantization | Peak Signal-to-Noise Ratio |
15
+
| Model Name | Upscale Factor | Weight quantization | Activation quantization | Peak Signal-to-Noise Ratio |
0 commit comments