Skip to content
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

Fix (espcn): updating links to use new tags #678

Merged
merged 1 commit into from
Jul 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/brevitas_examples/super_resolution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Note that this is a difference from many academic works that train only on the Y

| Model Name | Upscale Factor | Weight quantization | Activation quantization | Peak Signal-to-Noise Ratio |
|-----------------------------|----------------|---------------------|-------------------------|----------------------------|
| [float_espcn_x2](https://github.com/Xilinx/brevitas/releases/download/super_res-r0/float_espcn_x2-2f3821e3.pth) | x2 | float32 | float32 | 30.37 |
| [quant_espcn_x2_w8a8_base](https://github.com/Xilinx/brevitas/releases/download/super_res-r0/quant_espcn_x2_w8a8_base-7d54e29c.pth) | x2 | int8 | (u)int8 | 30.16 |
| [quant_espcn_x2_w8a8_a2q_32b](https://github.com/Xilinx/brevitas/releases/download/super_res-r0/quant_espcn_x2_w8a8_a2q_32b-0b1f361d.pth) | x2 | int8 | (u)int8 | 30.80 |
| [quant_espcn_x2_w8a8_a2q_16b](https://github.com/Xilinx/brevitas/releases/download/super_res-r0/quant_espcn_x2_w8a8_a2q_16b-3c4acd35.pth) | x2 | int8 | (u)int8 | 29.38 |
| [float_espcn_x2](https://github.com/Xilinx/brevitas/releases/download/super_res_r0/float_espcn_x2-2f3821e3.pth) | x2 | float32 | float32 | 30.37 |
| [quant_espcn_x2_w8a8_base](https://github.com/Xilinx/brevitas/releases/download/super_res_r0/quant_espcn_x2_w8a8_base-7d54e29c.pth) | x2 | int8 | (u)int8 | 30.16 |
| [quant_espcn_x2_w8a8_a2q_32b](https://github.com/Xilinx/brevitas/releases/download/super_res_r0/quant_espcn_x2_w8a8_a2q_32b-0b1f361d.pth) | x2 | int8 | (u)int8 | 30.80 |
| [quant_espcn_x2_w8a8_a2q_16b](https://github.com/Xilinx/brevitas/releases/download/super_res_r0/quant_espcn_x2_w8a8_a2q_16b-3c4acd35.pth) | x2 | int8 | (u)int8 | 29.38 |
| bicubic_interp | x2 | N/A | N/A | 28.71 |


Expand Down
Loading