Metadata-Version: 2.1
Name: torch_contrastive_framework
Version: 0.1.0
Summary: A framework for training contrastive learning models in PyTorch. It makes it easy to add a contrastive layer to a pre-trained model or add it to an existing code base.
Author-email: Carl Schader <carlschader@gmail.com>
Project-URL: Homepage, https://github.com/carlschader/ml-utils
Project-URL: Issues, https://github.com/carlschader/ml-utils/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

