Metadata-Version: 2.1
Name: labeled_contrastive_framework
Version: 0.2.3
Summary: Framework for training contrastive models with labeled data using arcface loss.
Author-email: Carl Schader <carlschader@gmail.com>
Project-URL: Homepage, https://github.com/carlschader/labeled-contrastive-framework
Project-URL: Issues, https://github.com/carlschader/labeled-contrastive-framework/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch>=2.0.0
Requires-Dist: torchvision>=0.17.0
Requires-Dist: pytorch-lightning>=2.2.0
