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

Quartus Custom Matrix Multiplication & Quantization #523

Merged
merged 9 commits into from
Apr 29, 2022

Conversation

bo3z
Copy link
Contributor

@bo3z bo3z commented Apr 8, 2022

  • Custom multiplication for Quartus, depending on the type of weights and input data (binary, ternary, exponential etc.)
  • Added ApplyAlpha and BatchNormalizationQuantizedTanh for Quartus
  • QKeras tests parameterised for both Quartus and Vivado
  • Basic tests for Quartus softmax; failing on accuracy (2%)

@bo3z bo3z force-pushed the quartus-matmult-quantization branch 2 times, most recently from 3b64bce to 2ec968a Compare April 11, 2022 12:24
@bo3z bo3z force-pushed the quartus-matmult-quantization branch from 2ec968a to d646f37 Compare April 19, 2022 14:12
@bo3z bo3z force-pushed the quartus-matmult-quantization branch from d646f37 to c7a8888 Compare April 26, 2022 13:15
Copy link
Contributor

@vloncar vloncar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. We'll follow up with the listed TODOs (like streaming stuff placeholders and strategy for Quartus)

@vloncar vloncar merged commit c96a7bc into fastmachinelearning:master Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants