Skip to content

Commit

Permalink
Fix quantized_bits comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoenb97 committed Aug 24, 2023
1 parent 86f48ab commit 2cce5bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions qkeras/quantizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1244,9 +1244,7 @@ def get_config(self):
return config

class quantized_bits(BaseQuantizer): # pylint: disable=invalid-name
"""Legacy quantizer: Please use quantized_linear
Quantizes the number to a number of bits.
"""Legacy quantizer: Quantizes the number to a number of bits.
In general, we want to use a quantization function like:
Expand Down

0 comments on commit 2cce5bf

Please sign in to comment.