nexus-deep-learning

View on PyPIReverse Dependencies (0)

0.1.0 nexus_deep_learning-0.1.0-py3-none-any.whl

Wheel Details

Project: nexus-deep-learning
Version: 0.1.0
Filename: nexus_deep_learning-0.1.0-py3-none-any.whl
Download: [link]
Size: 91012
MD5: 02adcc759cbdd20d2ef9e86e4db46e17
SHA256: 1cfbff216b3ea7c95168eef313cf17636a1b0c4efefc91eb9b21084fc9a603ef
Uploaded: 2024-11-22 09:34:30 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: nexus-deep-learning
Version: 0.1.0
Summary: A modular deep learning library for implementing AI research papers
Author: Your Name
Author-Email: your.email[at]example.com
Home-Page: https://github.com/yourusername/nexus
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Requires-Dist: torch (>=1.9.0)
Requires-Dist: torchvision (>=0.10.0)
Requires-Dist: numpy (>=1.19.0)
Requires-Dist: pynvml (>=11.0.0)
Requires-Dist: PyYAML (>=5.4.1)
Requires-Dist: tqdm (>=4.62.0)
Requires-Dist: pillow (>=8.3.0)
Requires-Dist: scikit-learn (>=0.24.0)
Requires-Dist: faiss-cpu (>=1.7.0)
Requires-Dist: datasets (>=2.14.0)
Description-Content-Type: text/markdown
[Description omitted; length: 1128 characters]

WHEEL

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

RECORD

Path Digest Size
nexus/__init__.py sha256=r63CUAipHw2qw6FSffLOHitCYXsaFEjIhZILwesobD4 131
nexus/benchmarks/__init__.py sha256=KtZx5BgVX1oUVM7X4RfI9Oh-3OPuEmNZ6c4Yr6BY6GU 399
nexus/benchmarks/model_benchmarks.py sha256=C3v9og_BIdh3bckCBb6Q2HmK1yF8pDg46ZEWq3QRUFY 2913
nexus/benchmarks/performance_metrics.py sha256=2xusblEJNCilcNsFEUh3MGlUbupO6wwpGBxiLmC0L9Y 3377
nexus/benchmarks/standard_benchmarks.py sha256=r78BfJOTt9S8y1dCeMkiihkwyM_qb3RP5gzki7ZP05A 4110
nexus/components/__init__.py sha256=3zm00bbPZtbiDvAdQB5JMDjoXP1GSj091YC1dvWUBKA 485
nexus/components/normalization.py sha256=pzvx63iNqFH0WEqItKzqjHzN6aamW2lDn0LcSBzrdhc 1181
nexus/components/attention/__init__.py sha256=Cwwu9lgzbNH5TD6_95xZ6Tdn2SJuNOL77q0DfU_mHlA 452
nexus/components/attention/base.py sha256=hcpcb-0XR3lj1xVutHpxGVuAP2QeH-VCSZM93ElK57M 3294
nexus/components/attention/base_attention.py sha256=URMASCbM0OuuwOSG-0Pagw66toEfnYty3jwmRPvThvA 4117
nexus/components/attention/cross_attention.py sha256=YFtCtuNnIW7pMo7IOBPUvvnW74sVybydDl-TbZPNA9A 1807
nexus/components/attention/efficient_attention.py sha256=Wf_yJqozMdFH6g3jydM9SNBiiZgJEABtG05RViCBkvs 3883
nexus/components/attention/flash_attention.py sha256=C0OaNofnAZpDeslEJcpv9eXdkW9y7siHM0X2sCDC6eY 4092
nexus/components/attention/multi_head_attention.py sha256=84ttm9eHZxxY8OIfacEnv3ZHLJSskjuuybSIh-DS2rU 3437
nexus/components/attention/rotary_embedding.py sha256=3q_ln2ETFmi3lNBpRQc1PiRiexZ2d2gZf7_wflBz340 1550
nexus/components/attention/self_attention.py sha256=5_-CiYeI9_AUWnvTKZMIiMSL57Wf5-FCnCi8rCL9nFI 2335
nexus/components/attention/spatial_attention.py sha256=Jzef4DvIjdfxirXO8l156PEz9xOxg_VfCXShR17t5aQ 1494
nexus/components/attention/unified_attention.py sha256=OvfDSNWXotNQzn4Uwerk9BdLVTgPtho_ybWVq8AXpEY 1131
nexus/components/blocks/__init__.py sha256=afkfo7_VkW_nar_VIFqYix7KBylsg0rKP-hG_prIN1U 209
nexus/components/blocks/residual.py sha256=_xtAX4BpP9ZJLtFXcOU6PucJi449xvWEmuUyZTkidr4 2396
nexus/components/blocks/transformer.py sha256=wkHYOdJiZsKRFdPUd6UlF3GDGJ1D4eza_p5PVecUL9Q 3958
nexus/core/__init__.py sha256=nvbTHk0-lnrmBbckWhxHWQi2Fg6WLgYIbQ7QsAgIXw8 170
nexus/core/base.py sha256=2vRisaHIajHfgrXcjVowf1oj5emSWowJL49p8V072Co 4417
nexus/core/config.py sha256=7oKF3Q9hUOhT5webog5e4x1XFfYBpSHs38saq1M_L6k 1754
nexus/core/initialization.py sha256=JSm1IV_R_MneAGp4m1jeGOFuDVPl9hcgYBTRXUga_VE 1396
nexus/core/registry.py sha256=mgTSUXT6lyQBPMg7cWA21m5RuMMYLPpbHtIqhXuIexA 552
nexus/data/__init__.py sha256=2xNKAl4OgsAZMrRyobTs6lDOjF-_THpyfMIo3mNdQMY 579
nexus/data/augmentation.py sha256=GP9R8NuZPd1J7LcCEyaQNdGQCVvP1iC-y0V4kPQfwnE 2226
nexus/data/cache.py sha256=Ze-SiwZtwW7iB3TZfZ1jlCrz0qUk94UX5XfIWgd9Jd8 1747
nexus/data/dataloader.py sha256=NV8LaquWkQheWNRzT3fT9PxJzhT4cUQ412kvRUppy30 845
nexus/data/dataset.py sha256=mr4oqezpvKLd5zKDHW8LwFojwu-4iKr4duVKEQ3WGZU 1718
nexus/data/inputs.py sha256=YlM6L2WiZCtul8QHv-lSYXUlNAit75Z-GLpKLTWVzxc 1922
nexus/data/processors.py sha256=b4exnQr0IXtsEANuwvSBQgXwy0NZMQNcUNkiePIj3gk 1247
nexus/data/replay_buffer.py sha256=0SIUtYOBVFyEkJ0QEKYkRxMyTBnWnn52Shspxv-oYn4 980
nexus/data/streaming.py sha256=h0LmpPCrlpYT-KsyagAU6uu-hFaTxWoKULZUQLz_5RA 1414
nexus/data/text_processor.py sha256=i_JzwTf9yf4GkCokXCd7jRboQwjfGNi6SWnBBKQ3o74 1136
nexus/data/tokenizer.py sha256=lQYVHqGnD-I3i7z4_jjyZQKA9o3xM8dvEiQcOSUyINw 5500
nexus/data/transforms.py sha256=17pPFQ3uAiMs4qebxYkkOgmIGomy5nrv56Zh3Dy0q4E 2254
nexus/models/__init__.py sha256=o9AgSV1PiXr1ARQAJjbJfZTH9jQ9hcAHFdXZ3JoPtOs 231
nexus/models/agents/__init__.py sha256=j24sZPaGMDaGNiPqYKeY9yZC-hzhid2uZbwMtOwRjDk 348
nexus/models/agents/agent_town.py sha256=yu-v-KZ-RlXC6ovVWJIYYPZyS5F5F296Y-SxbEgMDsA 3737
nexus/models/agents/environment.py sha256=LDY0lDIt_7NjK1iEbUYp4rvJrNufJUryns4EHL-SK58 6269
nexus/models/agents/interaction.py sha256=57NheJRPsugOlcE3jauuCTnNInQKB0b31s12HmGKk3c 4577
nexus/models/cv/__init__.py sha256=gDcnZ9vi6KZEU1tp6i6o-bQTLXhQtuof9zFpqBeB3iQ 512
nexus/models/cv/atom_tracker.py sha256=BJdAvtwd5kngFTALFc8K4Qmbjhvp9s2PmRE4VaxNTtM 3595
nexus/models/cv/compact_cnn.py sha256=a-I6JYln-G5-stHvAmyTLIpf1zC0Ey-4307m8zarHFU 1670
nexus/models/cv/detr.py sha256=o8UwJmohhGs4a8VX9YZj6BdVN6MyTER11tZ6WT6qsjI 2237
nexus/models/cv/efficient_net.py sha256=ThOzNXH9PcAwdEoyIEeHHcQrNXGbFvCom-qN8ELelN0 3422
nexus/models/cv/swin_transformer.py sha256=uDDFvpuc6dOvoTnn9UDZQ2IHFvGT76lhSanWMKEIWsk 7207
nexus/models/cv/vit.py sha256=KkAoJSe-TqlVMvTwi1nvconwHxpWegr7H_sBBKPx-kc 4360
nexus/models/cv/city_reconstruction/__init__.py sha256=zSVs9TFYrcm9e3XAa7TmZU6ktyvmkedo7YHgNkfaEuA 295
nexus/models/cv/city_reconstruction/mesh_generator.py sha256=Acj9OrE88DaDcmX-ptRv9dUSgxPK3LlGhYdi5Gew_M8 3687
nexus/models/cv/city_reconstruction/point_cloud.py sha256=DunsesbtcqnTnfpif9LIvTi-6qB1PRJaURp_UVbXSLc 1634
nexus/models/cv/city_reconstruction/reconstruction.py sha256=hdsTKMac9oBKuT-bwvFXeVDbbSvsqYT4Qpygp-AKIsg 2159
nexus/models/cv/city_reconstruction/texture_mapper.py sha256=dovp0nrLeRprdAtGbLF8mWEvDD-v1dp5b-fsmgNZBv0 3145
nexus/models/cv/mask_rcnn/__init__.py sha256=WAvm7HhBbAmtGUWi9-y4WRGhfAj3R6Iax0nAmK40G04 56
nexus/models/cv/mask_rcnn/backbone.py sha256=cLAG2ukOKp5d8ojn9XA9WsjS4o9itDf0hcDTtReWjno 3221
nexus/models/cv/mask_rcnn/mask_rcnn.py sha256=uQI6oAq41CDLRWb-30ks_tFtch2HCXQcECGxcnfsBNw 2425
nexus/models/cv/mask_rcnn/rpn.py sha256=4ZDyLhVRFUnZNQ7x2vtlymoBlTZbEVHALje55bKwxTA 1363
nexus/models/cv/nerf/__init__.py sha256=iGhO6uooT2k3-QvwBshJZEbBJGg8eIs4avNZOPcLXuQ 304
nexus/models/cv/nerf/nerf.py sha256=nsOImOLWLj4uUujfHcOxPKBfy-_VQMUYJhSPk8CjXcw 4937
nexus/models/cv/nerf/networks.py sha256=zt8Nn9yJtpU18Bct-FY9MF66K3a3Bj9Mry0Q2HvQW9k 3504
nexus/models/cv/nerf/renderer.py sha256=_bQtVaQJMPV2f0hBBTeNO0AFh7B7ZkHUKZl0bj53Xu8 1350
nexus/models/cv/vae/__init__.py sha256=c0OMyEdda4O-etjc78AFX7vSz_pGQaRJZScpjeJVIW8 183
nexus/models/cv/vae/decoder.py sha256=mkzn1R5IsOflNeGmHDJ5hAVfJYz__3IqMbTBBUPmdTk 1945
nexus/models/cv/vae/encoder.py sha256=y0MevHnYax50JNS9XYtA-XtrViPj7H0AfDBC-XzDgu8 1898
nexus/models/cv/vae/vae.py sha256=c35V9PSWbYRuJODgD7KTsJhC8DJJ5nliWXOiQ08cEOw 2684
nexus/models/nlp/__init__.py sha256=N6GONbE5gWZUTI1kQzdPTPU9ZYzaUDv-y6AlN7tR9mQ 568
nexus/models/nlp/chain_of_thoughts.py sha256=rFTHLA5LbuMfv2MWBsZqHPxCN7sf1_ub37ZOgcNJXaQ 5059
nexus/models/nlp/edge_llm.py sha256=LfKtKqaKINSBz6xBWi4cTZr0z2Ff12PMRP3bSVNlu3U 3898
nexus/models/nlp/hallucination_reducer.py sha256=yZ2l9HvZGzHsh0UD1Sgwso3UPHn70LDMB5kpGbrIWME 5251
nexus/models/nlp/longformer.py sha256=0o7_RVW2gxGiNIAtP8gLCP7PoGpjltyYqDpdHA9yRDk 4149
nexus/models/nlp/lstm.py sha256=q-HvQuk-aRg3SC2XISmQmvU4FrwXJDT2dAfksKN3e80 6136
nexus/models/nlp/rag.py sha256=iO8iHZ5-8YA2I5SehF1-kAm23GD2uiF_Ea0aLVlESvY 3081
nexus/models/nlp/t5.py sha256=RtA-snz0Y_zDCNPQDUKuvZxXGg4kBIpLiSG4oYka5d4 3018
nexus/models/nlp/rag/__init__.py sha256=TLbnu0SoJFYuBW_qTpjFO18X5sTq6u_z3WiQxQ5tiDE 250
nexus/models/nlp/rag/document_encoder.py sha256=FyhTxqWBqZccPPLFl8supvds-B7EiXgc0iKQ6r6vs_0 1686
nexus/models/nlp/rag/rag_module.py sha256=OfPC6avqj54_yr24yMhVduM6fTcG9Inu7Wzf5w1G5vo 2462
nexus/models/nlp/rag/retriever.py sha256=_lc7LFsslF-0jvTSuIWgVvWxyyzVGaowFNcoN0b5mWE 5307
nexus/models/rl/__init__.py sha256=pre6h8JiFCYXNLIkACOQjEu2UcsTfs4qraKeEfVSQMg 126
nexus/models/rl/a2c.py sha256=UgpFtznAP9bk3IDUPp-PJGrKs1rDUqHYlUQa1XoImiU 3894
nexus/models/rl/dqn.py sha256=h64Vzc-w3YS4iCwSjjy8K6fOBQk28KFwi0dksiWAM8w 3075
nexus/models/rl/ppo.py sha256=VqB5ygwxbvKgfD4FNm4w0v6FXvMl1vFSGDyUHpO0EJA 4245
nexus/training/__init__.py sha256=H5GRwGqfRlmpTl-E752YCCInNaotu1FaYk4mVW-lyak 480
nexus/training/checkpointing.py sha256=tUeF2wbanEnpCsZapGIIPTiKQPecGsKlZpJohLc2n9w 3409
nexus/training/distributed.py sha256=gqejPOkrCCLMSywcU7mLZrZO6m1tu8vDzqeNi-zjvjY 1984
nexus/training/losses.py sha256=sZWhoQxNkpAVoC2CsJMlt05j-84DctpeTrMuSurFN2w 7267
nexus/training/mixed_precision.py sha256=dS8tuaxi4WURZrK3zRgxT7gm4nHpOFXZ9cNVqjRV2U8 1032
nexus/training/scheduler.py sha256=na0QdanfCPP9lHhBroGC3QKhz4AFsTQQhILUJI-tR3E 953
nexus/training/trainer.py sha256=JbGzJQMMUfAKPGoiB0zRREPlt1xa2_ejBIIV8eeTgHw 6951
nexus/utils/__init__.py sha256=8aU4Lj_zdRnZZbkNgTE34l0b6MS1goE2dRnE3Sm0YkM 585
nexus/utils/apple_gpu.py sha256=fgZMWdEz2aHB06fbf7FVctcqpGmGYuQ9DHYPgSh4cDQ 4938
nexus/utils/experiment.py sha256=5BblydttrJkXL9F6kylqwFGPmyGWyV1aEyDkzem2g-U 1595
nexus/utils/gpu.py sha256=35cVI6kRBfIMJfP0_WA7PbIHBJS4M847QRBEL_fYaq0 4099
nexus/utils/logging.py sha256=X_j5_mSQKEOsRB4MVDXgztM-rhgda8AYzw4tT9o5A_A 989
nexus/utils/metrics.py sha256=hV4OJLKK1QCUVPwzk_G7HKZEfpF9vou02z85EPWZYm0 1329
nexus/utils/performance.py sha256=QzntzouZQ34ZTnOiluFabOneeibisNoWnOnKLXp7DZI 1204
nexus/utils/profiler.py sha256=L905zp_SAoJNteyasWjdtZk_ldQfsuKdAn4eXKxu_s4 2084
nexus_deep_learning-0.1.0.dist-info/METADATA sha256=QlPQ7tBUy5nUPEFPytl96mEk65JvBapBhfsRe1_I98o 2053
nexus_deep_learning-0.1.0.dist-info/WHEEL sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U 91
nexus_deep_learning-0.1.0.dist-info/top_level.txt sha256=T0rQEzOcOhFuflTahOIU9mmf2B1iMe1oK7P0Hz3hMsE 6
nexus_deep_learning-0.1.0.dist-info/RECORD

top_level.txt

nexus