Skip to content

Changelog

phaase-hhi edited this page Jan 17, 2023 · 12 revisions

Version 0.1.6

Bugfix for compression of arbitrary numpy dictionaries with 'compress':

  • The encoder crashed during encoding of arbitrary numpy dictionaries with the 'compress' function. This was caused by missing entries for the parameter types in the model_information dictionary.

Version 0.1.5

Fixed setting a qp per tensor using the encoder parameter qp_per_tensor. The encoder crashed when using this parameter.

Version 0.1.4

Updated the python requirement files. Now, instead of specifiying specific package versions, only minimum requirements are defined. This simplifies integration of NNCodec in existing python projects.

Version 0.1.3

Fix for compression of integer tensors:

  • Encoder and decoder crashed during compression/decompression of integer tensors

Version 0.1.2

  • Remove LSA parameters from parameters dict when the sanity check for block_id_and_param_type fails and lsa is disabled

Version 0.1.1

  • Fixed LSA/FT (crashed under certain conditions)
  • Fixed model_executer creation for TensorFlow models on ImageNet
  • Removed unsused code and improved naming of variables

Version 0.1.0

  • Initial release
Clone this wiki locally