-
Notifications
You must be signed in to change notification settings - Fork 2
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
Rebase to current master + some minor fixes #4
base: pynq
Are you sure you want to change the base?
Conversation
jmduarte
commented
Feb 6, 2021
- Rebase to current master + some minor fixes
Fix config generation for activations again...
Move pointer to include garnet test, update example fetching scheme
Handle no-bias fusing of Dense and BN
This reverts commit d71f989
instead of being obtained from a pre-optimisation graph copy
…-4-plots Make profiling return pre- and post-optimization plots (up to 4 plots in total)
Actually, I was wondering what the logic is for the original mapping. In the Tiny ResNet model, I see identical results with the mapping I updated above. But maybe there are other/corner cases I'm not considering? |
I just did a bit more testing with isolated |
…ata-fix Add only-zero data checks and warnings to profiling
…e in Vivado HLS. Fix.
[hls4ml/writer/vivado_writer.py] Disable STABLE pragma, it generates buggy RTL
Fix Conv1D encoded impl after function renaming