azureml-acft-common-components

View on PyPIReverse Dependencies (1)

47.0.0 azureml_acft_common_components-47.0.0-py3-none-any.whl

Wheel Details

Project: azureml-acft-common-components
Version: 47.0.0
Filename: azureml_acft_common_components-47.0.0-py3-none-any.whl
Download: [link]
Size: 179706
MD5: bd23dfb3820fd28aa3a3141dcf2596e4
SHA256: acaac23cf2c093296952c596a31b22fb3347cadfc40ea8f66ef8898db83a5c43
Uploaded: 2024-03-22 10:10:39 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: azureml-acft-common-components
Version: 47.0.0
Summary: Basic implementation of common components and utility functions that can be used by all verticals (image/video/nlp/multi-modal).
Author: Microsoft Corp
Home-Page: https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py
License: https://aka.ms/azureml-sdk-license
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7,<3.12
Requires-Dist: azureml-core (>=1.50.0)
Requires-Dist: azureml-automl-core (>=1.50.0)
Requires-Dist: azure-ai-ml (>=1.5.0)
Requires-Dist: pynvml; extra == "image"
Requires-Dist: numpy (>=1.22.0); extra == "image"
Requires-Dist: opencv-python-headless (>=4.1.1); extra == "image"
Requires-Dist: simplification (==0.7.10); extra == "image"
Requires-Dist: recordclass (~=0.21.1); extra == "image"
Requires-Dist: torchvision (>=0.14.1); extra == "image"
Requires-Dist: scikit-image (==0.19.3); extra == "image"
Provides-Extra: image
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
[Description omitted; length: 133 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
azureml/__init__.py sha256=n0xtZ3iWcoVg5Qognsb7InYAUVAK8s3iaVeHB5GOaNA 251
azureml/acft/__init__.py sha256=uR25VVAK6AdsLS8H2EQKoLKr3inwv9tYSp_Omp0DefA 317
azureml/acft/common_components/__init__.py sha256=qq5zvNTTkW03t2vWuKMg3xFH9r53TnO5ktToGynZrpM 1314
azureml/acft/common_components/_version.py sha256=6tbwTfcvkL7u8i_rkvzyeWb_6rwSOsoLFvfhWf89WZM 36
azureml/acft/common_components/image/__init__.py sha256=j8yOgBjCbm6UmIGPBpZPTcXntwmylDCnLJPC3SX7pPI 309
azureml/acft/common_components/image/runtime_common/__init__.py sha256=94ATB0UuQmPx5JO6mE1JO0Na87EYOpIsQY53HVYc8RQ 337
azureml/acft/common_components/image/runtime_common/classification/__init__.py sha256=uaENFv98jd-IaiMr1-mR9heLMwMpvUyh1KVSxJhy3E0 298
azureml/acft/common_components/image/runtime_common/classification/common/__init__.py sha256=uaENFv98jd-IaiMr1-mR9heLMwMpvUyh1KVSxJhy3E0 298
azureml/acft/common_components/image/runtime_common/classification/common/classification_utils.py sha256=6cZOX7TXbz7N5_NbeRcKlTbA4UXiUpJhJ6LIxGBX44A 27157
azureml/acft/common_components/image/runtime_common/classification/common/constants.py sha256=kwaawgEYNHXdAheuixirOSsQTEVKG9DS_JrlYjBSoMk 7505
azureml/acft/common_components/image/runtime_common/classification/common/transforms.py sha256=0bl02l6e0_Wfw0xGDC_aS6gLZhesYMtsAJuVtLvGwKY 2599
azureml/acft/common_components/image/runtime_common/classification/io/__init__.py sha256=S3TcgSpub-R4pTuOcXjk2afWlEfvHCtrWB2x3Uibkyo 210
azureml/acft/common_components/image/runtime_common/classification/io/read/__init__.py sha256=NUfn3hL96D-vJo-EDp3mX0qYb6Ag8FdkEZyAAgLTYEo 398
azureml/acft/common_components/image/runtime_common/classification/io/read/dataloader.py sha256=sNOpydt7UmhzcEKrUfNKNpJGOZ7wtDFnfGKF9MyVURE 4953
azureml/acft/common_components/image/runtime_common/classification/io/read/dataset_wrappers.py sha256=GP0XK1ikkz3YpNUBrJ_s6ns0292MPo8J43JAfm6Hr7Q 22521
azureml/acft/common_components/image/runtime_common/classification/io/read/utils.py sha256=zGvJrqBjwtei07GMsW9ATUG6Nf3oGTG5cAEBmiMWWW0 5611
azureml/acft/common_components/image/runtime_common/classification/models/__init__.py sha256=aJJrit8a_1sLTCOlpPkw4glIgbQRiqO2O2Xrur3KyGU 429
azureml/acft/common_components/image/runtime_common/classification/models/base_model_wrapper.py sha256=uahSZlAohNNVHQ0J_42XzjUj5ECwGUzphUbrZ7E8PAE 11546
azureml/acft/common_components/image/runtime_common/common/__init__.py sha256=pFEEmYGBIZY3ewu0pxR0RSD2HbCGaxmvdZcGtc5KD-4 331
azureml/acft/common_components/image/runtime_common/common/aml_dataset_base_wrapper.py sha256=V7UYkdN1d5tIUij4DWyJnG9RS-jDX6fd7YWku99X8N4 1903
azureml/acft/common_components/image/runtime_common/common/artifacts_utils.py sha256=9w7ejzXTVHWoUyVJpfD8ZIGfXEKeLCpo55lbw8J3qnk 11717
azureml/acft/common_components/image/runtime_common/common/average_meter.py sha256=jgLAM2T4sqzcYwkqyZPonA-PzjTo22u_FkgjSXELJz4 2025
azureml/acft/common_components/image/runtime_common/common/base_model_factory.py sha256=CPOhl-GYEFym44H27nwYHlCZJqQ1HmITib-KnPrq0_M 2229
azureml/acft/common_components/image/runtime_common/common/base_model_settings.py sha256=vjFc2VjnItGtNFI6GO_5RyY8TTh3nFMRciIM-darIws 1231
azureml/acft/common_components/image/runtime_common/common/constants.py sha256=S1sv1EC3iaSWIG-KYclsycXq2g7IbOXzVN2f7FwCIZQ 22490
azureml/acft/common_components/image/runtime_common/common/data_utils.py sha256=qdg2SmmN-0BJkaut0XtjhNGbNm7zvhabolJcnxJbDxM 2826
azureml/acft/common_components/image/runtime_common/common/dataloaders.py sha256=vmcWBwbzqfvuggQAv-Bygh1k67y6W9X43_EwwDiaZq4 3200
azureml/acft/common_components/image/runtime_common/common/dataset_helper.py sha256=ifAbPd0Hh2TzkeCzx7A5Mg6Zwnw6TzAorFImOXnw_OU 19103
azureml/acft/common_components/image/runtime_common/common/distributed_utils.py sha256=gFEAucPiA2xXj6-CdYQrO7EUJHBwlK9VVMyKCWxzdDQ 21069
azureml/acft/common_components/image/runtime_common/common/errors.py sha256=9knV7WI1paVWHLXGTSIa-AxYMq0s2RtrrsyEXxVbqH0 672
azureml/acft/common_components/image/runtime_common/common/exceptions.py sha256=eDxs4p3tI7JZG4Fv60rIehayqAO751xELLPGozsWuig 2379
azureml/acft/common_components/image/runtime_common/common/logging_utils.py sha256=LldRV06kWtaI16snaGVgyH6rpMhWAnTy2SHBex0_R6A 2528
azureml/acft/common_components/image/runtime_common/common/model_export_utils.py sha256=Waqd9i5zbM0qjlE6xQ_aLf34bg4aVIvipQr7SzPFGmY 25060
azureml/acft/common_components/image/runtime_common/common/parameters.py sha256=LeK68JJUAybs2T8liQ6HslL116crfKahsuFifoRscEM 14782
azureml/acft/common_components/image/runtime_common/common/prediction_dataset.py sha256=4ZGAXSq7anMb_imjrT11evZ_DzWsv5RTlwqDN8JgPsg 10346
azureml/acft/common_components/image/runtime_common/common/pretrained_model_utilities.py sha256=ObueTqclBkrQknkfEDd-fa1EX524yNyRmx3qN89IIdI 37090
azureml/acft/common_components/image/runtime_common/common/sku_validation.py sha256=slsTvUhJAdE3rWgdSdIVgqVT8MP41YEisOeiZ6mxG_o 3033
azureml/acft/common_components/image/runtime_common/common/system_meter.py sha256=CdeRQMMPmZTaTzZpgvIVQqZuMSg5KGwTMxyIGWDV9kQ 9850
azureml/acft/common_components/image/runtime_common/common/tiling_dataset_element.py sha256=zAWpfNwokX_EnDFDEPZHPn-1HrkC4kjRwMJRydJ7HcA 5469
azureml/acft/common_components/image/runtime_common/common/tiling_utils.py sha256=AsBF80uAO5RhHBFAODgYVVjny7JYHC9E3banFrCOsl4 6591
azureml/acft/common_components/image/runtime_common/common/torch_utils.py sha256=LgCIEUaJLj4vvGRPLFzW71G1kj5BdDW4hh2yYZpzhGk 1039
azureml/acft/common_components/image/runtime_common/common/utils.py sha256=hX6DzSob6wkcQd11Yli7mQ5xPeGhr2RZnXws66d5euA 66311
azureml/acft/common_components/image/runtime_common/object_detection/__init__.py sha256=4HLxQJGWo9Pyuo72Y_NfWgBFEtzAE3ZX6qtcvFoQgJ4 302
azureml/acft/common_components/image/runtime_common/object_detection/common/__init__.py sha256=RumyOi_96w6tL_An0_TyagRmE038Y85xtCPncBDDHtM 311
azureml/acft/common_components/image/runtime_common/object_detection/common/augmentations.py sha256=vdTMyk8D9vxs3umy74KYqEXab0ynDcXoSyTEAEImgfk 9651
azureml/acft/common_components/image/runtime_common/object_detection/common/boundingbox.py sha256=eoq3on9xZj6KS1-3AV1AHJ50DWaJwjjEpdFYDbLhQgc 7382
azureml/acft/common_components/image/runtime_common/object_detection/common/coco_eval_box_converter.py sha256=La7QuM5X87pHBse4WVnAVwDezYgPS9KWTXy2bpLhImo 3068
azureml/acft/common_components/image/runtime_common/object_detection/common/constants.py sha256=hKoc9_H4-S9dzk6ZYn_r_8Hr0qAMi4v7Zbetn_uHMY0 11041
azureml/acft/common_components/image/runtime_common/object_detection/common/masktools.py sha256=bl9jPxVuNjpG7qdUd3jkhx_xABtctk1qUqHme6CJ1m0 11945
azureml/acft/common_components/image/runtime_common/object_detection/common/object_detection_utils.py sha256=2RRAksFAG4HmU_2_yTiEOKSHL2zBCXejwymvWnhYQZw 27533
azureml/acft/common_components/image/runtime_common/object_detection/common/parameters.py sha256=rwrL2-Y7bui62w9mnm5QZlHVS6LOTtyqbCqjVHoby5E 4995
azureml/acft/common_components/image/runtime_common/object_detection/common/tiling_helper.py sha256=q9THTSjwQW0OmvOTIGuROTRJV09spo-3gELmHaZ_35g 25959
azureml/acft/common_components/image/runtime_common/object_detection/data/__init__.py sha256=ou8vwg4U9jTYFXZKTfWOY5JNXCMZuwo95zPNbXoT2yo 306
azureml/acft/common_components/image/runtime_common/object_detection/data/dataset_wrappers.py sha256=LNgHGRaWw1XT_Q0PgxKSGNQJa9cKg6Mco7A1Jt5kLUA 4664
azureml/acft/common_components/image/runtime_common/object_detection/data/datasets.py sha256=5JEZkoB7yIrT3T2PuUKXrHACZjXjL2UziqPJmr_L_x4 40176
azureml/acft/common_components/image/runtime_common/object_detection/data/loaders.py sha256=apVXxFYHTu8BuKNg3fG2TSpLZahHFOvSCmTYz-jaV3I 6162
azureml/acft/common_components/image/runtime_common/object_detection/data/object_annotation.py sha256=oYE7MNnJAzEvjMMwbkZLEvgwlmZIn_EjdLk5i3Dgc0w 13798
azureml/acft/common_components/image/runtime_common/object_detection/data/tiling_distributed_sampler.py sha256=4_hG1bTjjpqzx0ZlP_IJKZsXg1s92B7YQwHA4GBsjTk 5037
azureml/acft/common_components/image/runtime_common/object_detection/data/utils.py sha256=-nUlyASqUsGWsDWghB3AGHg1MxssAs08qiQYz5sgRiw 11332
azureml/acft/common_components/model_selector/__init__.py sha256=jRvS3fBIHo1tVbO4tyF1yGeLWjG1XdbayHyXalLatIw 325
azureml/acft/common_components/model_selector/component.py sha256=LuhfprY-mGss3RRxfy5sCnKZtpMffBxwUa5LpAxDY_s 26691
azureml/acft/common_components/model_selector/constants.py sha256=pNvgWvjhdfc33t11mThyf_Y6giz1ek6i7JIpWiBxWB0 3499
azureml/acft/common_components/utils/__init__.py sha256=eCFvAjyFUk4n1AshMP_Dhgy1z71GEEFIQ6BpCkH76_Y 236
azureml/acft/common_components/utils/arg_utils.py sha256=Gu-GVPr-gim-0vHd3bOGG3Q65RreaTp47RYrKEPCR4o 1075
azureml/acft/common_components/utils/callbacks.py sha256=tzhM9Y4FCoyVO1HXB-3TSuvZCOEGnyrQf2mSAMttVlU 5300
azureml/acft/common_components/utils/constants.py sha256=AOt56QVdD2yzAQlF3Vb4x52c_V2MwMeiQsUFtO8TwcA 3618
azureml/acft/common_components/utils/hf_hub_utils.py sha256=QeJGHwN0b1YAg71drxBW6UcxvHhZIktbjf-t0RYG4Oo 1039
azureml/acft/common_components/utils/license_utils.py sha256=Z9nbUwDtKgk13D_H8-0KnOsXBJ0FgJhInHfzm7pgdaU 3623
azureml/acft/common_components/utils/logging_utils.py sha256=qMs7EWTyeVBpqNmA1wnOYazfhu0-CkeoPsdzHY6odKM 15400
azureml/acft/common_components/utils/mlflow_utils.py sha256=N_53H9KYyXGY2BNWcQVo410nhtQ_B5FpnfXDqFjgR_s 1358
azureml/acft/common_components/utils/run_utils.py sha256=rQ5OhLm9pxIF_AfdHiUyeESwdEH3qAWypgUoyYAlinA 2260
azureml/acft/common_components/utils/telemetry_pii_stripping_formatter.py sha256=4eIccJ8jn_GanNGx4NKpv71inuW3bngrSIYzbHJJAVc 3742
azureml/acft/common_components/utils/torch_utils.py sha256=QEZoEKQzDghywYzMiexU1yP2nPkpDnFkg2H3QQfl_mc 529
azureml/acft/common_components/utils/transformer_utils.py sha256=nzyw9DU1KGUQ_kBxUpGQzfMYBQgsX-Fhg8b2iynBBFM 700
azureml/acft/common_components/utils/error_handling/__init__.py sha256=jnEZ1NnBpIuFYVEWASuWOJVIW3z837TlbgYlw0tL6uU 226
azureml/acft/common_components/utils/error_handling/error_definitions.py sha256=bvoMxTF5ttHH0ztEUPZFLUGrpqRi4r_GFNn4TF0GvXs 8410
azureml/acft/common_components/utils/error_handling/error_strings.py sha256=clzOplV0wm8Z0SZAaE4mu5iAZjnYg3igwCjS5gdIWHQ 4677
azureml/acft/common_components/utils/error_handling/exceptions.py sha256=XGrxlMYF0yvXGWkwHWEjJacYeflvuBrIXgggw4QTuEg 4588
azureml/acft/common_components/utils/error_handling/swallow_all_exceptions_decorator.py sha256=DtHWArfRsg8xB72K2uoqCx_DKB3ON3Gq4tLdX4B0nbA 8013
azureml_acft_common_components-47.0.0.dist-info/LICENSE.txt sha256=GBoIyZ-6vJ4xjRc8U3wTw4EfkuaEdVTm_gbr1Nm8uDI 859
azureml_acft_common_components-47.0.0.dist-info/METADATA sha256=j0k-FoPiL31dbLNHV9-mP4QMMVtaAqQZhOT-880R7xY 1550
azureml_acft_common_components-47.0.0.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
azureml_acft_common_components-47.0.0.dist-info/namespace_packages.txt sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
azureml_acft_common_components-47.0.0.dist-info/top_level.txt sha256=ZOeEa0TAXo6i5wOjwBoqfIGEuxOcKuscGgNSpizqREY 8
azureml_acft_common_components-47.0.0.dist-info/RECORD

top_level.txt

azureml

namespace_packages.txt

[empty]