Dichao-Liu / CMAL

44 stars 11 forks source link

Pretraining model #10

Open desertSniper87 opened 8 months ago

desertSniper87 commented 8 months ago

Hello. I have read your paper. Awesome work. I have a question. Are you pre-training your model using Imagenet dataset? Because in the Food_11 dataset,

state_dict = load_state_dict_from_url('https://download.pytorch.org/models/resnet50-19c8e357.pth')

I would like to know if the same results can be attained without using this pre-trained weights.

Thanks