Skip to content

Commit 5924f82

Browse files
committed
logo
1 parent 7ff0482 commit 5924f82

File tree

6 files changed

+597
-5
lines changed

6 files changed

+597
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
exclude: '\.svg$'
2+
13
repos:
24
- repo: https://github.com/hhatto/autopep8
35
rev: v2.0.4

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# High Granularity Quantization for Ultra-Fast Inference on FPGAs
1+
<img src="docs/_static/logo.svg" alt="HGQ-logo" width="230"/>
2+
3+
4+
# High Granularity Quantization
25

36
HGQ is a method for quantization aware training of neural works to be deployed on FPGAs, which allows for per-weight and per-activation bitwidth optimization.
47

@@ -8,8 +11,5 @@ This repository implements HGQ for `tensorflow.keras` models. It is independent
811

912
Notice: this repository is still under development, and the API might change in the future.
1013

11-
## This package is still under development. Any API might change without notice at any time
12-
13-
## Documentation
1414

15-
Available [Here](https://placeholder.com).
15+
## This package is still under development. Any API might change without notice at any time!

docs/_static/icon.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)