Hulord

Hulord OP t1_isth4xm wrote

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?

1