-
Notifications
You must be signed in to change notification settings - Fork 5
Changelog
phaase-hhi edited this page Jan 17, 2023
·
12 revisions
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.
Fixed setting a qp per tensor using the encoder parameter qp_per_tensor. The encoder crashed when using this parameter.
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.
Fix for compression of integer tensors:
- Encoder and decoder crashed during compression/decompression of integer tensors
- Remove LSA parameters from parameters dict when the sanity check for block_id_and_param_type fails and lsa is disabled
- Fixed LSA/FT (crashed under certain conditions)
- Fixed model_executer creation for TensorFlow models on ImageNet
- Removed unsused code and improved naming of variables
- Initial release
Home | Installation-Guide | Usage | Copyright © 2019-2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.