zhanglaoban-kk

Results 5 comments of zhanglaoban-kk

Hello, if I want to use mage for self-supervised learning, pre-train with unlabeled image data, and then load pre-trained weights for labeled data image classification, what should I do?

Hello, I also have a question, you used the labeled imagenet dataset for pre-training, and then finetune, is there no data leakage in this, because during the pre-training, you use...

Is it pre-trained using only the images in the training and validation sets of the imagenet image dataset? What is the purpose of a validation set?

As you said above, if I want to use my own unlabeled image data for pre-training, your suggestion is to replace the dataloader of imagenet, where should I modify the...

Ok, thanks for the reply, I already understand