lightly-ai/lightly

How to use lightly models on custom datasets

fereshtehforghani opened this issue · 2 comments

I have a custom dataset that is inherited from datasets.ImageNet. Should I make this a LightlyDataset for my models to work? if yes how?

My dataset looks something like this:
class MyDataset(datasets.ImageNet):

Hi, you don't need a LightlyDataset, any torch dataset will work :)

I'll close this for now, please reopen or make a new issue if you have more questions.