Metadata-Version: |
2.1 |
Name: |
pytorch-logit-logic |
Version: |
1.0.0 |
Summary: |
Logit-space logical activation functions for pytorch |
Author: |
Scott C. Lowe |
Author-Email: |
scottclowe[at]gmail.com |
Home-Page: |
https://github.com/DalhousieAI/pytorch-logit-logic |
License: |
MIT |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Natural Language :: English |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.6 |
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: |
Topic :: Scientific/Engineering |
Classifier: |
Topic :: Scientific/Engineering :: Artificial Intelligence |
Requires-Python: |
>=3.6 |
Requires-Dist: |
torch |
Requires-Dist: |
black (==22.10.0); extra == "all" |
Requires-Dist: |
identify (>=1.4.20); extra == "all" |
Requires-Dist: |
myst-parser; extra == "all" |
Requires-Dist: |
pre-commit; extra == "all" |
Requires-Dist: |
pypandoc (>=1.6.3); extra == "all" |
Requires-Dist: |
sphinx-autobuild; extra == "all" |
Requires-Dist: |
sphinx (>=3.5.4); extra == "all" |
Requires-Dist: |
sphinx-book-theme; extra == "all" |
Requires-Dist: |
watchdog (<1.0.0); python_version < "3.6" and extra == "all" |
Requires-Dist: |
readthedocs-sphinx-search; python_version >= "3.6" and extra == "all" |
Requires-Dist: |
black (==22.10.0); extra == "dev" |
Requires-Dist: |
identify (>=1.4.20); extra == "dev" |
Requires-Dist: |
pre-commit; extra == "dev" |
Requires-Dist: |
myst-parser; extra == "docs" |
Requires-Dist: |
pypandoc (>=1.6.3); extra == "docs" |
Requires-Dist: |
sphinx (>=3.5.4); extra == "docs" |
Requires-Dist: |
sphinx-autobuild; extra == "docs" |
Requires-Dist: |
sphinx-book-theme; extra == "docs" |
Requires-Dist: |
watchdog (<1.0.0); python_version < "3.6" and extra == "docs" |
Requires-Dist: |
readthedocs-sphinx-search; python_version >= "3.6" and extra == "docs" |
Provides-Extra: |
all |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |