Skip to content

Commit

Permalink
Update README.md of trainable infra
Browse files Browse the repository at this point in the history
Fix broken link after renaming "Keras QAT quantizer" to "Keras QAT weight" quantizer.
  • Loading branch information
reuvenperetz authored Oct 15, 2024
1 parent a63b154 commit f87f003
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[`BaseKerasTrainableQuantizer`](base_keras_quantizer.py) is an interface that enables easy quantizers development and training.
Using this base class makes it simple to implement new quantizers for training and inference for weights or activations.
[`BaseKerasTrainableQuantizer`](base_keras_quantizer.py) constitutes a base class for trainable quantizers of specific of specific tasks - currently, [`BaseKerasQATTrainableQuantizer`](../../qat/keras/quantizer/base_keras_qat_quantizer.py) for Quantization-Aware Training.
[`BaseKerasTrainableQuantizer`](base_keras_quantizer.py) constitutes a base class for trainable quantizers of specific of specific tasks - currently, [`BaseKerasQATTrainableQuantizer`](../../qat/keras/quantizer/base_keras_qat_weight_quantizer.py) for Quantization-Aware Training.

### The mark_quantizer Decorator

Expand Down

0 comments on commit f87f003

Please sign in to comment.