Hulord
Hulord OP t1_ispvr2i wrote
Reply to comment by Status_Ad6022 in [D]Use SimCLR as pretraining for image segmentation by Hulord
Thanks this was what i was looking for
Hulord OP t1_ispvozi wrote
Reply to comment by draconicmoniker in [D]Use SimCLR as pretraining for image segmentation by Hulord
Thank you so much!
Hulord OP t1_isth4xm wrote
Reply to comment by Status_Ad6022 in [D]Use SimCLR as pretraining for image segmentation by Hulord
I´m having a bit of a struggle trying to pre-train using my data. I'm using a MedMNIST dataset (https://medmnist.com), specifically the BreastMNIST. I have the data in a DataLoader but can´t really understand how to load this dataloader to the configuration of the model by reading the documentation. Does it only work by having a downloaded dataset?