lightly-ai / lightly

A python library for self-supervised learning on images.
https://docs.lightly.ai/self-supervised-learning/
MIT License
3.18k stars 285 forks source link

Update README for better readability in model examples section #1710

Closed UdayKharatmol closed 3 weeks ago

UdayKharatmol commented 4 weeks ago

Description

This PR updates the README to improve the readability of the section that introduces sample code for supported models. Specifically, it changes the sentence:

"You can find sample code for all the supported models here. We provide PyTorch, PyTorch Lightning, and PyTorch Lightning distributed examples for all models to kickstart your project."

to:

"Here, you can find sample code for all the supported models. To kickstart your project, we provide PyTorch, PyTorch Lightning, and PyTorch Lightning distributed examples for all models."

Changes Made:

Rephrased the section to improve clarity and flow. Verified that the links and examples provided remain unchanged and functional. Testing:

Verified readability improvements. Checked links for supported models to ensure they are accessible. Checklist:

PR meets the contributing guidelines. README improvements align with project style and language. No functionality or code logic was altered.

Additional Notes:

If further clarification is needed, feel free to reach out. Thank you for reviewing this PR!