mct-nightly 2.1.0.20240824.426__py3-none-any.whl → 2.2.0.20240826.434__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.1.0.20240824.426
3
+ Version: 2.2.0.20240826.434
4
4
  Summary: A Model Compression Toolkit for neural networks
5
5
  Home-page: UNKNOWN
6
6
  License: UNKNOWN
@@ -1,4 +1,4 @@
1
- model_compression_toolkit/__init__.py,sha256=4-7nySAqjuppVylTDxol0UDj5gMipp7fuGYF4qIWD18,1573
1
+ model_compression_toolkit/__init__.py,sha256=tW1nCRSYTjVuD2E9TbdKH0thsSQRIC1rDHdqyG_UWMM,1573
2
2
  model_compression_toolkit/constants.py,sha256=i4wYheBkIdQmsQA-axIpcT3YiSO1USNc-jaNiNE8w6E,3920
3
3
  model_compression_toolkit/defaultdict.py,sha256=LSc-sbZYXENMCw3U9F4GiXuv67IKpdn0Qm7Fr11jy-4,2277
4
4
  model_compression_toolkit/logger.py,sha256=3DByV41XHRR3kLTJNbpaMmikL8icd9e1N-nkQAY9oDk,4567
@@ -512,7 +512,7 @@ model_compression_toolkit/xquant/common/model_folding_utils.py,sha256=7XMNmsngJg
512
512
  model_compression_toolkit/xquant/common/similarity_calculator.py,sha256=yCs_vlOThLzq7z-u2PkcEErLj7N7qCBPpRa6_5h34J8,10460
513
513
  model_compression_toolkit/xquant/common/similarity_functions.py,sha256=Atah1otdX9oUUch2JK-p-e291QHtkP_c4DfLG9WWo1Y,2935
514
514
  model_compression_toolkit/xquant/common/tensorboard_utils.py,sha256=6ZDbGHnCzSxJicWoS60GBd5HTfZuBBw1HkM7rj3Ki5w,6610
515
- model_compression_toolkit/xquant/common/xquant_config.py,sha256=Qt56cra2tU1PeHlLx_Cqztf5q-ED8MPelhb8coSumFw,1675
515
+ model_compression_toolkit/xquant/common/xquant_config.py,sha256=YPqvIQanHwadSqa3ECeTT5HOMGSZEEZCl2DooysvzTI,1651
516
516
  model_compression_toolkit/xquant/keras/__init__.py,sha256=zbtceCVRsi-Gvl_pOmq5laqVqu55vAU1ie2FR2RK1Po,709
517
517
  model_compression_toolkit/xquant/keras/dataset_utils.py,sha256=quvVymhvpcPIOneCu5J6K_QAqBHOCIj8IxZxSN2fItA,2258
518
518
  model_compression_toolkit/xquant/keras/facade_xquant_report.py,sha256=7pf3PUMAj7BCsbRc6Up6KOWk1g_9wVXwoGUbtrSgX7Y,3502
@@ -527,8 +527,8 @@ model_compression_toolkit/xquant/pytorch/model_analyzer.py,sha256=b93o800yVB3Z-i
527
527
  model_compression_toolkit/xquant/pytorch/pytorch_report_utils.py,sha256=bOc-hFL3gdoSM1Th_S2N_-9JJSlPGpZCTx_QLJHS6lg,3388
528
528
  model_compression_toolkit/xquant/pytorch/similarity_functions.py,sha256=CERxq5K8rqaiE-DlwhZBTUd9x69dtYJlkHOPLB54vm8,2354
529
529
  model_compression_toolkit/xquant/pytorch/tensorboard_utils.py,sha256=mkoEktLFFHtEKzzFRn_jCnxjhJolK12TZ5AQeDHzUO8,9767
530
- mct_nightly-2.1.0.20240824.426.dist-info/LICENSE.md,sha256=aYSSIb-5AFPeITTvXm1UAoe0uYBiMmSS8flvXaaFUks,10174
531
- mct_nightly-2.1.0.20240824.426.dist-info/METADATA,sha256=hKsuGAdIIFUiwaLUKHdtJs5_Wlr0sH7D2t3UvhUqPEQ,19718
532
- mct_nightly-2.1.0.20240824.426.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
533
- mct_nightly-2.1.0.20240824.426.dist-info/top_level.txt,sha256=gsYA8juk0Z-ZmQRKULkb3JLGdOdz8jW_cMRjisn9ga4,26
534
- mct_nightly-2.1.0.20240824.426.dist-info/RECORD,,
530
+ mct_nightly-2.2.0.20240826.434.dist-info/LICENSE.md,sha256=aYSSIb-5AFPeITTvXm1UAoe0uYBiMmSS8flvXaaFUks,10174
531
+ mct_nightly-2.2.0.20240826.434.dist-info/METADATA,sha256=edCXoSaztZNNl_Gy5OA6fND4i6GdL6Gwc6x8emGLgvI,19718
532
+ mct_nightly-2.2.0.20240826.434.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
533
+ mct_nightly-2.2.0.20240826.434.dist-info/top_level.txt,sha256=gsYA8juk0Z-ZmQRKULkb3JLGdOdz8jW_cMRjisn9ga4,26
534
+ mct_nightly-2.2.0.20240826.434.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.1.0.20240824.000426"
30
+ __version__ = "2.2.0.20240826.000434"
@@ -31,9 +31,7 @@ class XQuantConfig:
31
31
 
32
32
  Args:
33
33
  report_dir (str): Directory where the reports will be saved.
34
- custom_similarity_metrics (Dict[str, Callable]): Custom similarity metrics to be computed between tensors
35
- of the two models. The dictionary keys are similarity metric names and the values are callables that implement the
36
- similarity metric computation.
34
+ custom_similarity_metrics (Dict[str, Callable]): Custom similarity metrics to be computed between tensors of the two models. The dictionary keys are similarity metric names and the values are callables that implement the similarity metric computation.
37
35
  """
38
36
  self.report_dir = report_dir
39
37
  self.custom_similarity_metrics = custom_similarity_metrics