kit4dl

View on PyPIReverse Dependencies (0)

2023.11b1 kit4dl-2023.11b1-py3-none-any.whl

Wheel Details

Project: kit4dl
Version: 2023.11b1
Filename: kit4dl-2023.11b1-py3-none-any.whl
Download: [link]
Size: 53291
MD5: 894290d833f5d5cc5eeb3e139ff651ae
SHA256: 94d51f7d4003b6af8f5f491b042a1a19920a662d89621b69fcb49944e58b1d66
Uploaded: 2023-11-24 16:41:01 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: kit4dl
Version: 2023.11b1
Summary: Kit4DL - A quick way to start with machine and deep learning
Author: Jakub Walczak, Marco Mancini, Mirko Stojiljkovic, Shahbaz Alvi
License: MIT License Copyright (c) 2023 opengeokube Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: deep learning,training pipeline
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: lightning (<=2.1.0.rc0)
Requires-Dist: torch (<2.1.0,>=1.11.0)
Requires-Dist: torchmetrics (<1.1.0,>=0.7.0)
Requires-Dist: numpy (<=1.25.3,>=1.17.2)
Requires-Dist: pydantic (<2.2.0,>=2.0.0)
Requires-Dist: scikit-learn
Requires-Dist: colormath
Requires-Dist: tqdm (<4.67.0,>=4.57.0)
Requires-Dist: Jinja2 (<3.2.0)
Requires-Dist: typer[all]
Requires-Dist: toml; python_version < "3.11"
Requires-Dist: typing-extensions (<4.8.0,>=4.0.0); python_version <= "3.11"
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 28707 characters]

WHEEL

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

RECORD

Path Digest Size
kit4dl/__init__.py sha256=nxxxTVec6gBhGfueJijkbtrQTExTNkSpAb8pDWvUL_M 136
kit4dl/_version.py sha256=MxbWKA17oLbUeJOzNVknrfgTNvtlE10SMHr7d82BjbY 49
kit4dl/context.py sha256=nzE9rHgcK0pr-8U30DjMN4eqXQ9CH0Eo7FTR1zOiOiE 2300
kit4dl/dataset.py sha256=IeXstzD-olGywy3aOxxdwPZHkKuAdW8UvFsJG3SeeP0 12584
kit4dl/formatting.py sha256=Bdixj2OdlmFabcs3wc0Q_Vl5YJmQsiK9jGHHAJuh-Sg 2122
kit4dl/io.py sha256=t6iCJYtsl65EqVqWv3Ux8bIWtFyyoNoKHr07RaEoOD0 6444
kit4dl/kit4dl_types.py sha256=MvCRR0JOC2f_xqUwcOQ9VUfQmnbxi0AKHivVRgylmVc 204
kit4dl/metric.py sha256=krYZkO0jLD0tIrV8oVx9VorWdGRIGjDlW_mh_uKm_Iw 1465
kit4dl/mixins.py sha256=-vRgY9rU3WBsZZDqf0r4pm6kXE9xc5L2kewB0IRkwM0 2039
kit4dl/stages.py sha256=kN9W65De17-PtgxiyqGAm9XWkZ_HVND2L1_f_5Q2vXI 320
kit4dl/utils.py sha256=ocj43XK-2Bi68Kpd0NNoaCOzCQOsQI8knf6n7msYhzY 1705
kit4dl/cli/__init__.py sha256=LHtnOHH3o0Zx24mLh5LvIjUpXOxsViLpJgjteKRodZs 30
kit4dl/cli/app.py sha256=glVIGgcaWdt7aMVpKxttNNJaFmwj8qWMjkQL8NmbgRw 6712
kit4dl/cli/_templates/project/conf.toml sha256=HwduL-gt_MFjaX0b14TK_TzuQMzz6t7vrzQ4Z5Lfduk 3778
kit4dl/cli/_templates/project/datamodule.py sha256=ux-2jBQVEo_aE72GEq2l8GNvtixwKvIESZDKzmp7mTU 1243
kit4dl/cli/_templates/project/model.py sha256=tIh1MqMbbp-FlYXjuK2FAyLfThEuNzDHaMQ-FUAfyQc 710
kit4dl/nn/__init__.py sha256=H9l3i8BrQuuQpvYZZX-JrYq0eDlCh72i5ou5ZX6nj00 28
kit4dl/nn/base.py sha256=V_NEMPIXvAAtcpUfs4HpQ6J0ahmTxxBRilNy7X3MrWM 12909
kit4dl/nn/callbacks.py sha256=9nevIRQ0svLaM7wX_x2ih7_aRwo5SszzRo3ngsA_khk 5721
kit4dl/nn/confmodels.py sha256=oZz8hLsXaOf1Ra9yd6Fs7Tqdie1GtnQgtrTa_kQbtlQ 18109
kit4dl/nn/trainer.py sha256=Pix7q9DDt3nAKHkGFL4nmEVDiC-DKbqUnRxbTEjmdHM 6809
kit4dl/nn/validators.py sha256=6jL6fm_-gxk6tgwg0oD0DK24MZpuLLf6aAF497OTlvI 2973
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/dummy_module.py sha256=ZflpMWjiwQKiJ2wP82Tpv_A1wp52XX26jZQOwk_IkzE 667
tests/dummy_module2.py sha256=zgVgZ7XkOh39-VBN-vLknwvO3NNGO-100TZxbB9ULrE 44
tests/fixtures.py sha256=VvsfIZFTMHkmWA-aipqOxPZQbBrl8AdzUy24DdrtRDw 3013
tests/test_context.py sha256=N4lLfjcRF5k3mhxNazuGDOwbkAjszrJ4D1jO7fP1xms 1050
tests/test_datamodule.py sha256=QCp7_cFHmLVtKy2atmTqdsKThpmN2r_dgzsvvPX7cdg 454
tests/test_formatting.py sha256=VUNPpJhxtFaI2S8oc1zITGFXs14fkAZrTbPwyLoUYLI 2980
tests/test_io.py sha256=XTNDhZz4YLgS0sWU8_yDFPoVh6ZlNvA-6uUjxLmiWc4 2908
tests/test_metrics.py sha256=D8s1A8Ic3iSsJpKueS3gtSb_zZ3WnfL0IWEEZV2IgHM 2261
tests/test_mixins.py sha256=GainDUEqAwnnwFMr0VLOpyBQgWoBEpqDmnlQ6cz-GtI 352
tests/utils.py sha256=UOv_aNghA0JgxZXRg_rD1Fpt6J-i2CInquWFIEq0qJ4 181
tests/cli/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/cli/test_app.py sha256=Mf8rpKUvKyrPuO9WW90H5UqmCK99eh7UBDDl_57wR-o 1008
tests/nn/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/nn/test_base.py sha256=ezC-EqKR19IUL2S2EitUp1AFdD8E461vkSGJA8xze-Y 2220
tests/nn/test_confmodels.py sha256=ukKC62EGKYEriKfZqqbFORFG7yaRbUTaLVVJEgXuG40 23135
tests/nn/test_trainer.py sha256=aEZ3Haupv_5cSoTChP30oPamD0jmMrWi5FDGgyW5kmI 1608
tests/nn/test_validators.py sha256=_qUoCBp0sM4y7RZZ1ulCoT8XZIeWXTfO19KTu7wvkSw 789
tests/resources/dataset.py sha256=UVs2A2olujI_RvSOymlavOkoBCigdd9REsHX1QeTeLI 526
tests/resources/model.py sha256=5F1jTtpKx4xNEepBx_32DasLALGRYMLgTnpki5snGvg 1180
tests/resources/test_file.toml sha256=JlgOr3HfHmvyv74zScGqccK0OA7s35pfm8QSbkFJDJo 1107
kit4dl-2023.11b1.dist-info/LICENSE sha256=nzrzScgw0WI3hExjNlBhQOXht5u_v7hwoOEMXAeRt-w 1068
kit4dl-2023.11b1.dist-info/METADATA sha256=vQOrtVCIUlgRo1-1855wreXjUEDSFnWUOTVuvk5hJEE 31636
kit4dl-2023.11b1.dist-info/WHEEL sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0 92
kit4dl-2023.11b1.dist-info/entry_points.txt sha256=SPNSkID7rX7EQ6anB84CvtKzrBsghhpsejAmWvWnzww 46
kit4dl-2023.11b1.dist-info/top_level.txt sha256=UUVmToPNkXoU_TDfrZwNYkrAvTDFrclaX3__zGOlOco 25
kit4dl-2023.11b1.dist-info/RECORD

top_level.txt

dist
kit4dl
static
tests

entry_points.txt

kit4dl = kit4dl.cli.app:run