quic / aimet

AIMET is a library that provides advanced quantization and compression techniques for trained neural network models.
https://quic.github.io/aimet-pages/index.html
Other
2.15k stars 383 forks source link

Rename get_encoding (singular) to get_encodings (plural) #3437

Closed quic-kyunggeu closed 3 weeks ago

quic-kyunggeu commented 3 weeks ago

Renamed "get_encoding" (singular) to "get_encodings" (plural)

Calling get_encoding() will now print a deprecation warning

>>> quantizer.get_encoding()
<stdin>:1: DeprecationWarning: QuantizerBase.get_encoding will be deprecated soon in the later versions. Use get_encodings instead