pytorch-common

View on PyPIReverse Dependencies (0)

0.3.8 pytorch_common-0.3.8-py3-none-any.whl

Wheel Details

Project: pytorch-common
Version: 0.3.8
Filename: pytorch_common-0.3.8-py3-none-any.whl
Download: [link]
Size: 26696
MD5: 8a2a168c4c579b472df0d37ad2b66d57
SHA256: bcace7a652175f3b8e4d63e36f0fba1647c8657261f106ccdac3f704108e629f
Uploaded: 2023-09-02 22:46:00 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pytorch-common
Version: 0.3.8
Summary: Common torch tools and extension
Author: adrianmarino
Author-Email: adrianmarino[at]gmail.com
Home-Page: https://github.com/adrianmarino/pytorch-common/tree/master
Project-Url: Repository, https://github.com/adrianmarino/pytorch-common/tree/master
License: MIT
Keywords: pytorch,common
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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
Requires-Dist: bunch (>=1.0.1)
Requires-Dist: ipython (>=7.31.0)
Requires-Dist: matplotlib (>=3.5.1)
Requires-Dist: numpy (>=1.20)
Requires-Dist: scikit-learn (>=1.0.2)
Requires-Dist: seaborn (>=0.11.2)
Requires-Dist: torch (>=1.10.1)
Description-Content-Type: text/markdown
[Description omitted; length: 8134 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.7.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pytorch_common/__init__.py sha256=-QLfj7uUl-2aJTKOCtcCtcWgBazpxqPKSvaS_ubTbxk 22
pytorch_common/callbacks/__init__.py sha256=vR7rU_Chs8CiiYJ85JMxF8pUDB3b47jDarGR6oag28k 252
pytorch_common/callbacks/callback.py sha256=UTk_jnjG1FqszfLkcSCRnLvRAzXz6rM16X75-SI0E8c 1160
pytorch_common/callbacks/callback_manager.py sha256=OntJoG-1tosSSzrt_CUDueSoSKc5jxHsuRTyzvxCW_w 807
pytorch_common/callbacks/early_stop.py sha256=rj_lRb9Bb1bpcEVaGlMensuP3UDco-AZAAjPFkG2rQg 927
pytorch_common/callbacks/mixin/metric_improve_mixin.py sha256=AnoB0nkLaPt7ISzOU6OFgsmuLOBAsrWdfhGLe77CXYE 1738
pytorch_common/callbacks/output/__init__.py sha256=Cc-yQu4UAdeVCjR__kJbR7X_76T9be1aS3-FjmIFEpc 183
pytorch_common/callbacks/output/logger_callback.py sha256=iKYr1Jnzufk8SMxskkHV2Qr1xJU0eWrOyLw2SNawbpA 627
pytorch_common/callbacks/output/output_callback.py sha256=Pol6hkL9OHfJy1cKoL3Zoz-l1eb8IXx94ncQ0ROqots 722
pytorch_common/callbacks/output/output_hook_callback.py sha256=1bXo-jtC6GvVfszEd1XpD9WOlYclG0vCzzoI9rKtfuM 280
pytorch_common/callbacks/output/plot/__init__.py sha256=daEdpEyAJIa8b2VkCqSKcw8PaExcB6Qro80XNes_sHA 2
pytorch_common/callbacks/output/plot/metric_logger.py sha256=nbfBHfigmt5aKsdDXezRk6GHhBZUiZ6vRcySkgDo80Y 259
pytorch_common/callbacks/output/plot/metrics_plotter.py sha256=kLQ3qVf7QpfKOKF_T7Pu6q_QmacIFfFDNorzJFHV1bM 2546
pytorch_common/callbacks/reduce_lr_on_plateau.py sha256=4xur8b3lrK2bB7zqpuBcJ766i1T1JCaJz0FTF1VaWRw 3814
pytorch_common/callbacks/save_best_model_checkpoint.py sha256=Nw8ll75j6UCqXs23kIWh4NbhLPE5_RG6Ysq0jV93MBA 1405
pytorch_common/callbacks/validation.py sha256=DLak28JHWeiWXS96hnAisFrB6fVkIW43ZNFjuDVd460 1533
pytorch_common/error/__init__.py sha256=yeUUT3RB4FodSOvD3Y6PKeK4wcw2LVfb8SRApxzcYYU 110
pytorch_common/error/assertions.py sha256=TmIaOYHtqz9Bl0eatNCVvxXY_pQto7YQfMmaso4xLVE 814
pytorch_common/error/checker.py sha256=iBSF-PdECYV_H7XLsRIivjsscZAz-yWJF-oUmFeitFU 2432
pytorch_common/error/common_exception.py sha256=RVt-kse_qjMDjBh8JGthKn_OoELqWyR1R4oQZLhjWYw 273
pytorch_common/kfoldcv/__init__.py sha256=YzHsW2xZDWEgjH1IDRZ9Kxovf5EcCOazHUzpq5Rsic8 176
pytorch_common/kfoldcv/k_fold_cv.py sha256=-dGNo5ZFrjWqXGEhXkkcKRO-sgEtIS1eHv4G4yhxm30 1146
pytorch_common/kfoldcv/strategy/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytorch_common/kfoldcv/strategy/k_fold_cv_strategy.py sha256=iF2jHymo5UDeX2onFu5vKBiH-8RuD-LGgY6jJ1PZGkw 194
pytorch_common/kfoldcv/strategy/non_parallel_k_fold_cv_strategy.py sha256=MCGs5AlOpSm1tYRjx6mMfcGsMr0NbL3NBvxtfODWjYA 335
pytorch_common/kfoldcv/strategy/parallel_k_fold_cv_strategy.py sha256=UF_ENfsigWj6O64fDFNhtD-BwmEqdO6kvnC9p_6lcME 536
pytorch_common/modules/__init__.py sha256=iBmEAU0eksAwQCgWgHa9TSbzrr-wIaJUE3s7WcGcVOQ 257
pytorch_common/modules/common_mixin.py sha256=U5BMHiVX-HIFpBpmzWsRYl-yf4asMDEOw3aeqp2lpLY 382
pytorch_common/modules/fit_context.py sha256=8IEcx_EFH268TcMa7czod1vnvLh3q9jefWe8trmN-bA 1272
pytorch_common/modules/fit_mixin.py sha256=9QZWgkUv2dltJxLhRmofsDjnmf40ldI2GrODCy0GUBs 1981
pytorch_common/modules/fn.py sha256=rTiFxWaFcy_H31PrHeKLQSiLsdwonF7MdWNufpd6Ht4 2425
pytorch_common/modules/persistent_mixin.py sha256=xtk7dfCiLJiAlIyvllE_pp-QFyzyFDTEzJCmaXkZ6q4 662
pytorch_common/modules/predict_mixin.py sha256=G3e3_ZfCiONobrAg9u7lqCq5SiBHy0zfuGC1-uk48o0 978
pytorch_common/plot/__init__.py sha256=peNXSEY282sRBjYKf7j6g50f18WeTQUK_wNIq_4O2aw 32
pytorch_common/plot/plot_loss.py sha256=sEtiWc_NwrIaqy3_FFl_5SOjkDLjlDw1Z9BOZc3Qm4k 1037
pytorch_common/util/__init__.py sha256=75FK-SAIdaxAKSZWptNVXSp33koq9YZPSKrvgVOEetI 431
pytorch_common/util/data_utils.py sha256=_iNQ6wsNPVmz_HeQX70GdN9xHjCIyjq7qY0r7vsLKvc 529
pytorch_common/util/device_utils.py sha256=Ol9U0GKocjI7YVLtL5V6KpcpwBxkxGQvaFOYA-ncn3k 690
pytorch_common/util/dict_utils.py sha256=y9KuQwD1K9_5Y1cxf55Y05J2gqK_RQAB7seKMT03ZkU 80
pytorch_common/util/logger.py sha256=RTeG5z7R2aj140T4ta6hafCaAvRGBrD7U1fgcpXqPsE 919
pytorch_common/util/module_utils.py sha256=ghHEgITFoynnxc-fDuMnAAvdWqOyuojBWcEFOPWIpw0 108
pytorch_common/util/os_utils.py sha256=n_yo4BDOW6NSlow5KXWeoXEYaQ4ZAFPHHCWzbDT5C9U 110
pytorch_common/util/stopwatch.py sha256=60FIM6uObZcI4qAobyyMHYzUaa8DzsN99JIXV-J8xIY 435
pytorch_common/util/tensor_utils.py sha256=N4HGFMJSulPdiZfj3Wa8ynM-uYSGQZoXrJqIrkTqO1Y 66
pytorch_common/util/weights_file_resolver.py sha256=R2aVXkb-oKc-v-x8N8ZjAIJbIX5HCLfTbdONb5WRGOs 1494
pytorch_common-0.3.8.dist-info/METADATA sha256=RSPzEO2DWo67QA0pRiye_HcdzlkODWowSOjH2ytV6RM 9146
pytorch_common-0.3.8.dist-info/WHEEL sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50 88
pytorch_common-0.3.8.dist-info/RECORD