Metadata-Version: 2.1
Name: ssl_framework
Version: 0.2.3
Summary: A framework for training self supervized learning models in PyTorch. It makes it easy to train an SSL model from scratch, on top of 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/ssl_framework
Project-URL: Issues, https://github.com/carlschader/ssl_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
