continual-inference

View on PyPIReverse Dependencies (0)

1.2.3 continual_inference-1.2.3-py3-none-any.whl

Wheel Details

Project: continual-inference
Version: 1.2.3
Filename: continual_inference-1.2.3-py3-none-any.whl
Download: [link]
Size: 81132
MD5: d1a68b37df2d343c76e00d4858b35dbb
SHA256: 69e8b3b09cc0b321c59bd115975b75e08fd128956cd4ec265f05130b08037f8a
Uploaded: 2023-06-16 09:28:26 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: continual-inference
Version: 1.2.3
Summary: A Python library for Continual Inference Networks in PyTorch
Author: Lukas Hedegaard
Author-Email: lukasxhedegaard[at]gmail.com
Home-Page: https://github.com/lukashedegaard/continual-inference
Keywords: deep learning,pytorch,AI,online,inference,continual
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
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
Requires-Dist: torch (>=1.9)
Requires-Dist: setuptools; extra == "build"
Requires-Dist: wheel; extra == "build"
Requires-Dist: twine; extra == "build"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: flake8-black; extra == "dev"
Requires-Dist: isort (>=5.7); extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: ptflops (>=0.6.8); extra == "dev"
Requires-Dist: numpy; extra == "dev"
Requires-Dist: pytorch-lightning; extra == "dev"
Requires-Dist: onnx (~=1.12); extra == "dev"
Requires-Dist: onnxruntime (~=1.13); extra == "dev"
Requires-Dist: sphinx (==5.0.0); extra == "docs"
Requires-Dist: sphinxcontrib.katex (==0.8.6); extra == "docs"
Requires-Dist: matplotlib (==3.5.3); extra == "docs"
Requires-Dist: tensorboard (==2.10.0); extra == "docs"
Requires-Dist: python-etcd (==0.4.5); extra == "docs"
Requires-Dist: sphinx-copybutton (==0.5.0); extra == "docs"
Requires-Dist: sphinx-panels (==0.4.1); extra == "docs"
Requires-Dist: myst-parser (==0.18.1); extra == "docs"
Provides-Extra: build
Provides-Extra: dev
Provides-Extra: docs
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 30308 characters]

WHEEL

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

RECORD

Path Digest Size
continual/__about__.py sha256=MPr_nFc5gbYHEju7W5eZSAv-nGBdseN3sM0c1pOZgQg 359
continual/__init__.py sha256=i71QAz64UZcOdBJ8IaxOjSdpDLSlepuVK57jbd7ksFM 1492
continual/closure.py sha256=Un-KAx5V1DhNazQb-urAiSNFjc4zbD2pZJsYDcbEAsU 6550
continual/container.py sha256=ljTJTPC-3hCI2JZXNDoCj07FMW2Clrp4i_w3R0fKcRE 35637
continual/conv.py sha256=CMQwZLXKREt7Tf8D9f3HeXpukCz4chD5nfolElMQ6zk 24346
continual/convert.py sha256=VHYTgdk4KLYKPw8jwjL81pVdwRHg6fUPGMKgA602qPE 7742
continual/delay.py sha256=a2OAqpTYPS-v6jmUMwbzRq19QJ4iYaT2G8t-Gb_dLnA 4836
continual/linear.py sha256=7GAtv96aPAM-V6ltdWus8m5L0qjHELgjA7MRhjaZmnI 4293
continual/logging.py sha256=MWjEbr51wO91IDu-Tv0YHXYuNwkaM1TrzctizuPs-Cc 1135
continual/module.py sha256=zaBFiulJ_CFNhWhu6l0oJmiM3DI7lDhN1oVfz8x7350 14683
continual/onnx.py sha256=DbjewmLBAXgD1qJAahAmFy-66FrWCw07bNiBDYHEsVM 15136
continual/pooling.py sha256=R4-v3rYwYRkjIs1fCecoEt5KehAmxJviyIHthK6sNao 46696
continual/positional_encoding.py sha256=-xsEHJfxGAV_xtXz8HSWm3EuuP5i0i6ulTGYvzRzSCw 7056
continual/ptflops.py sha256=XHSFELPe9vMwdSl2y_KiJQvgjQ-V34ZssDZM6cdGdLQ 2657
continual/rnn.py sha256=ofwv3NEyZhQ9AFGd2QCixkj11DRzMEw-6OfUbdoNjok 28266
continual/shape.py sha256=CZIXpSJbW2Fcz8BE10yQwYwUVEBGPDewjdfTlFkLlak 1813
continual/skip.py sha256=9k3C2qb5s8xNT0DHpgWg7xc0xbicXa8Ecy-TPjQS8ws 1604
continual/transformer.py sha256=GWjmCnim-Gi5oe0anf_-uNZDYlLft2C65EDOyaeO8VU 22532
continual/utils.py sha256=bazSeif23bQ3U0hA4QCS7tbfj064dg4S5eTwOZs9BbI 7059
continual/multihead_attention/__init__.py sha256=Cu4RpR8FNo_oXjf8eg2VKZPVqOcI7laFF3vyeh7x9rk 149
continual/multihead_attention/mha_base.py sha256=D-KCo8zr7dEJH7MRWcdNKW_DeV17WrXsim-L3Cu8vlE 24049
continual/multihead_attention/retroactive_mha.py sha256=ScIMiWuWO0MaWSut5FLc1KDU4Smi6uY6hP-Zh4paakw 14148
continual/multihead_attention/single_output_mha.py sha256=ljC96AchIqwFQ2sjmsiakL5un0v-Etc8gNPQv6fVwAE 15107
continual_inference-1.2.3.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
continual_inference-1.2.3.dist-info/METADATA sha256=BlrVffQd4Y9d4f-CU0qci1Z_bzhlxy7usMRYULRjJTY 32683
continual_inference-1.2.3.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
continual_inference-1.2.3.dist-info/top_level.txt sha256=d-5rHilB2XQJ9p-A_ay2b6s61fpUp_iOPuLxcXE5DB0 10
continual_inference-1.2.3.dist-info/RECORD

top_level.txt

continual