Open Issues Need Help
View All on GitHubAI Summary: The task involves reviewing and modifying the LightlySSL image transformation pipeline to ensure that random flipping consistently occurs before random rotation in all applicable transforms. This requires examining the existing codebase, identifying instances where the order is inconsistent, and refactoring the code to enforce the desired sequence.
A python library for self-supervised learning on images.
AI Summary: The task involves addressing deprecation warnings related to the `ToTensor` function within the Lightly Python library for self-supervised learning. This includes applying a provided solution to the library's codebase, benchmarking code, and relevant tests to ensure compatibility and eliminate the warnings.
A python library for self-supervised learning on images.