danling

View on PyPIReverse Dependencies (1)

0.3.3 danling-0.3.3-py3-none-any.whl

Wheel Details

Project: danling
Version: 0.3.3
Filename: danling-0.3.3-py3-none-any.whl
Download: [link]
Size: 67052
MD5: 9c4046669bf4679a3f75511593197d14
SHA256: 5a0286850157658678285c25b11c6928e838e6ef20cd770359cd2046cd1224c5
Uploaded: 2024-02-27 05:21:29 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: danling
Version: 0.3.3
Summary: Scaffold for experienced Machine Learning Researchers
Author-Email: Zhiyuan Chen <this[at]zyc.ai>
Maintainer-Email: Zhiyuan Chen <this[at]zyc.ai>
Project-Url: documentation, https://danling.org
Project-Url: homepage, https://danling.org
Project-Url: repository, https://github.com/ZhiyuanChen/DanLing
License: Unlicense OR AGPL-3.0-or-later OR GPL-2.0-or-later OR BSD-4-Clause OR MIT OR Apache-2.0
Keywords: Artificial Intelligence,Deep Learning,Machine Learning
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
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
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.7
Requires-Dist: chanfig (>=0.0.96)
Requires-Dist: gitpython
Requires-Dist: lazy-imports
Requires-Dist: tqdm
Requires-Dist: strenum; python_version < "3.11"
Requires-Dist: cached-property; python_version < "3.8"
Requires-Dist: flax; extra == "jax"
Requires-Dist: jax; extra == "jax"
Requires-Dist: tensorflow; extra == "tensorflow"
Requires-Dist: accelerate; extra == "torch"
Requires-Dist: torch; extra == "torch"
Requires-Dist: torcheval; extra == "torch"
Requires-Dist: torchmetrics; extra == "torch"
Provides-Extra: jax
Provides-Extra: tensorflow
Provides-Extra: torch
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1628 characters]

WHEEL

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

RECORD

Path Digest Size
danling/__init__.py sha256=Ecu8jrPAuaZUFIISY-SX7I-79Sdp94RTQHIvbvH3uqI 822
danling/_version.py sha256=FKnJIExgNrZG2xJ0y_dGNBpxGbGBYylvfat-jHhLUuM 411
danling/registry.py sha256=Z8KNZzpXln8gcf702eUvlB6vmK4dwn_lXoI_nq4FGMU 58
danling/typing.py sha256=JyVUMuuMSD_kXpq_912XWtpm6Ftu91sVbUJC7B5A9TI 185
danling/metrics/__init__.py sha256=FF8yAmF1SyMugoSBE96vT4y2GonevxH3xGJNNHq632E 1224
danling/metrics/average_meters.py sha256=t8MRnnCpa37vqLsUmK-pKdYqZ7WmOEIcbPA0_VPhaCo 5901
danling/metrics/functional.py sha256=zZc6E5vzs3Qt88OjkXzhO2-D9uCade8Wbc-f4PSNXfw 4952
danling/metrics/metrics.py sha256=UyqjasdZoVVBPMJRVI-g6ZjPn712zKpWqsakMN0pVtA 15555
danling/modules/__init__.py sha256=Yg4t0E7nmlWXlhCEINLX1UtcVUXmFl2-7w3tZWkpAq8 526
danling/modules/mlp/__init__.py sha256=Yy-MC_8HvLhN1HMdjQkZceu8vmHY0itW7AbbRcrMphU 74
danling/modules/mlp/dense.py sha256=cshLNAT9rE8ec7-jJlVq0Cz-q6F5tNkTYzPJx3rFWVs 1020
danling/modules/mlp/mlp.py sha256=FFSTPlgfW40j-rrCcc9R7R9hDBvb22vhev_DrKA62C8 1413
danling/modules/transformer/__init__.py sha256=LqSxtmuJpxaYe0u86c--ws_4myjsZURwEg52vN-WowY 513
danling/modules/transformer/decoder.py sha256=CiXyaHHeGPqHRS4vzAGd_HRiCiRM1CMdzVtX446JU0M 5187
danling/modules/transformer/encoder.py sha256=8UHFGCLoo-5cvWgVDs5T3dRjGiaaZP3jIyqb-XCCZCM 3955
danling/modules/transformer/attention/__init__.py sha256=NcpL0PVsdj0zfSj-VN_-5TPhIuxHNHHxQJhGzDB8ABs 151
danling/modules/transformer/attention/multihead_attention.py sha256=k9KeZDAD444n3vSooHa2EInVbhodVfJkMJDlEu8A-As 11127
danling/modules/transformer/attention/simple_attention.py sha256=fFumQRp7K6n3Y3mMwyol01QhbDA7KaapWCxeBXbWIVk 7839
danling/modules/transformer/ffn/__init__.py sha256=ctrpTAATAVK7N5tmu0mecCsA4H4dTAXpkBYowW7WBCc 76
danling/modules/transformer/ffn/fcn.py sha256=uXLGzhQVfwfv5sphMo8eZFhkaKoV1XxcAG0kgWkutXI 641
danling/modules/transformer/pos_embed/__init__.py sha256=91_04TNjjUxxou-XslP_rYUYCwt-Dd52Jh62zgqul0o 86
danling/modules/transformer/pos_embed/pos_embed.py sha256=qPj_zkuCGS5U5gB2QodDduW8kpUnCup2O0cx8zTswE0 7966
danling/optim/__init__.py sha256=kKld_vZIoQYPigexxWwaYTwyF99CNShK0hHEDlPcqcA 65
danling/optim/lr_scheduler/__init__.py sha256=kKld_vZIoQYPigexxWwaYTwyF99CNShK0hHEDlPcqcA 65
danling/optim/lr_scheduler/lr_scheduler.py sha256=HTOG6YEYkqEooyY66OlTXc7V2kfX_mGeQ7YN2lsB6YQ 7342
danling/runner/README.md sha256=QXv8dyi41sYQqgw_FhrkFxE4Z6XhtEGTxrKPVI1ZGuo 3786
danling/runner/__init__.py sha256=qeFKLtpwizvqroUFg4CZhUqHozJJ-JfpCKlrv93iWCM 325
danling/runner/accelerate_runner.py sha256=PG8r9_k8xKRXJHKs-pJT6KvG8kYZVArsY2_5Sr22c6I 22936
danling/runner/base_runner.py sha256=7L9b8pfUslTfi0g3sERJUmaM32tXmu9oZkl9WpfhpcA 43062
danling/runner/defaults.py sha256=in_oIGvS2PR1BJ_S047JT0-AGXKf8eH_eQ7LNzGo3rE 241
danling/runner/state.py sha256=l7lqw-YYKZ1hkBI0MAjvrLtvQJexIhxgf3NIrq3iOVE 6946
danling/runner/torch_runner.py sha256=PA9dXPC1hPEjoSW_EPRVQigD8_4tPZJUTCQUMJkMZwU 19512
danling/runner/utils.py sha256=p2PMXzL_rC3UI9aS0WUM-Jzk2P80dfbn3hcLAzDCwT4 2758
danling/tensors/__init__.py sha256=vKvzRE0BPvi88qKroiuhb6LBMbVlYoWtHIAe_AR_dq8 148
danling/tensors/functional.py sha256=hI4f_6v22XHqdddszrNqar1HQuBwud7HmGyFng5hN0E 3545
danling/tensors/nested_tensor.py sha256=oqjBTKX-786F2uTKbt0PD0dz5Ovdlv89QWWRBIBZVtg 41933
danling/tensors/utils.py sha256=WDk-QQ4CzT4qtedMqhlpJ3IgbGVylLOgHTHc5PZQdik 1365
danling/utils/__init__.py sha256=askkgcliPDQmYBqHpYwOm9xLWr0fj-tigCWQ2W8OG5c 526
danling/utils/basex.py sha256=Pc9mu7dhfYgC3QbQ4Nw6U2ZUu1kTnj9xc8zrqMseXWA 1182
danling/utils/contextmanagers.py sha256=IwtdGx5Yq7I8evKa3bDn3RheNshxFaGhf38vdLeWnRA 1177
danling/utils/decorators.py sha256=T_rj_1PE8DqJGhTNCntPPvbnC77XKMiR60NRjDEhSWM 5640
danling/utils/defaults.py sha256=4HqdIDoQoNZSYqQ8o0XJg7UjAsEjtKTFTCEb2-eirAo 50
danling/utils/io.py sha256=7nVGyqse7KxgasCFXKNyDvszXkHddB7hzccnFFRSx1M 4147
danling-0.3.3.dist-info/LICENSE sha256=pWVnz1O7xhO_Vuubtix-S2WMvzjacNLmwznJFdysg70 88
danling-0.3.3.dist-info/METADATA sha256=VVif1ecBZxaQZgNbFes85K0ISGLFK4rJnMX8U8BpKAs 3484
danling-0.3.3.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
danling-0.3.3.dist-info/top_level.txt sha256=gUXW74z11Vdiv4JQ6KszexfVoR9t4mGhwTo3ArHQm3I 8
danling-0.3.3.dist-info/RECORD

top_level.txt

danling