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

Cleanup docstrings in lightly/data subpackage #1674

Open guarin opened 1 month ago

guarin commented 1 month ago

See #1216 for information

ChiragAgg5k commented 1 month ago

Hi, can i work on this issue?

guarin commented 1 month ago

Hi, thanks for looking into this, I'll assign the issue to you :)

ChiragAgg5k commented 1 month ago
Screenshot 2024-10-09 at 6 35 48 PM

I found this link which does not exist any more. should i remove it? @guarin

ChiragAgg5k commented 1 month ago

or i can replace it with - https://pytorch.org/vision/main/generated/torchvision.datasets.ImageFolder.html

guarin commented 1 month ago

Good find! Could you update it to https://pytorch.org/vision/stable/generated/torchvision.datasets.ImageFolder.html ?

ChiragAgg5k commented 1 month ago

I will!