mct-nightly 2.0.0.20240521.140523__py3-none-any.whl → 2.0.0.20240521.140834__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mct-nightly
3
- Version: 2.0.0.20240521.140523
3
+ Version: 2.0.0.20240521.140834
4
4
  Summary: A Model Compression Toolkit for neural networks
5
5
  Home-page: UNKNOWN
6
6
  License: UNKNOWN
@@ -33,7 +33,7 @@ This project provides researchers, developers, and engineers tools for optimizin
33
33
 
34
34
  Specifically, this project aims to apply quantization to compress neural networks.
35
35
 
36
- <img src="docsrc/images/mct_block_diagram.svg" width="10000">
36
+ <img src="https://github.com/sony/model_optimization/raw/main/docsrc/images/mct_block_diagram.svg" width="10000">
37
37
 
38
38
  MCT is developed by researchers and engineers working at Sony Semiconductor Israel.
39
39
 
@@ -1,4 +1,4 @@
1
- model_compression_toolkit/__init__.py,sha256=CMMjQz0N96EorpMxifye1vXGdk2y9zy6Dms1saFtLNA,1573
1
+ model_compression_toolkit/__init__.py,sha256=Em5ZTxmgM9pSviO2gJRP7W-ZF23ANYNemTViQdf-518,1573
2
2
  model_compression_toolkit/constants.py,sha256=b63Jk_bC7VXEX3Qn9TZ3wUvrNKD8Mkz8zIuayoyF5eU,3828
3
3
  model_compression_toolkit/defaultdict.py,sha256=LSc-sbZYXENMCw3U9F4GiXuv67IKpdn0Qm7Fr11jy-4,2277
4
4
  model_compression_toolkit/logger.py,sha256=3DByV41XHRR3kLTJNbpaMmikL8icd9e1N-nkQAY9oDk,4567
@@ -483,8 +483,8 @@ model_compression_toolkit/trainable_infrastructure/keras/quantize_wrapper.py,sha
483
483
  model_compression_toolkit/trainable_infrastructure/keras/quantizer_utils.py,sha256=MVwXNymmFRB2NXIBx4e2mdJ1RfoHxRPYRgjb1MQP5kY,1797
484
484
  model_compression_toolkit/trainable_infrastructure/pytorch/__init__.py,sha256=huHoBUcKNB6BnY6YaUCcFvdyBtBI172ZoUD8ZYeNc6o,696
485
485
  model_compression_toolkit/trainable_infrastructure/pytorch/base_pytorch_quantizer.py,sha256=MxylaVFPgN7zBiRBy6WV610EA4scLgRJFbMucKvvNDU,2896
486
- mct_nightly-2.0.0.20240521.140523.dist-info/LICENSE.md,sha256=aYSSIb-5AFPeITTvXm1UAoe0uYBiMmSS8flvXaaFUks,10174
487
- mct_nightly-2.0.0.20240521.140523.dist-info/METADATA,sha256=g8jlv5uVIWW-fCLXCpgbA9nWeH2f0kCUkbwGZI56JpI,18533
488
- mct_nightly-2.0.0.20240521.140523.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
489
- mct_nightly-2.0.0.20240521.140523.dist-info/top_level.txt,sha256=gsYA8juk0Z-ZmQRKULkb3JLGdOdz8jW_cMRjisn9ga4,26
490
- mct_nightly-2.0.0.20240521.140523.dist-info/RECORD,,
486
+ mct_nightly-2.0.0.20240521.140834.dist-info/LICENSE.md,sha256=aYSSIb-5AFPeITTvXm1UAoe0uYBiMmSS8flvXaaFUks,10174
487
+ mct_nightly-2.0.0.20240521.140834.dist-info/METADATA,sha256=nHOFvd9Nre-ZmBQRXcfvlQzf2Xx45m5UfKY1Uxuq8Zc,18585
488
+ mct_nightly-2.0.0.20240521.140834.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
489
+ mct_nightly-2.0.0.20240521.140834.dist-info/top_level.txt,sha256=gsYA8juk0Z-ZmQRKULkb3JLGdOdz8jW_cMRjisn9ga4,26
490
+ mct_nightly-2.0.0.20240521.140834.dist-info/RECORD,,
@@ -27,4 +27,4 @@ from model_compression_toolkit import data_generation
27
27
  from model_compression_toolkit import pruning
28
28
  from model_compression_toolkit.trainable_infrastructure.keras.load_model import keras_load_quantized_model
29
29
 
30
- __version__ = "2.0.0.20240521.140523"
30
+ __version__ = "2.0.0.20240521.140834"