fix(Relu, Quant): Re-order Relu to be above Quantization.#290
Open
nogieman wants to merge 1 commit into
Open
Conversation
Member
Author
|
The PR has been tested on Cifar10_int8.onnx and yolov8n models (9x4x4 architecture). |
84bdc05 to
da7d2ab
Compare
Member
Author
|
It has been tested with |
Member
|
please check it on all the existing model and update the accuracy here and compare with already existing accuracy. |
dpks2003
approved these changes
Jan 29, 2026
Member
|
the PR is approved will merge after getting the accuracy numbers. |
Member
|
PR on hold as lack of clarity. |
Member
Author
Accuracy Comparison (CPU vs FPGA)
|
- Relu now takes input from `top_bias_block` and feeds output to `top_quant_gen`. - Input bit-widths have been changed accordingly. - Solved minor issues in docs that give warnings.
da7d2ab to
31be13d
Compare
Member
|
This pr is on hold as further discussion and simulations are to be done on this. |
Member
|
The SA needs to be converted to the uint8 and so are the other compute blocks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#PR Summary: