xyutao / fscil

Official repository for Few-Shot Class-Incremental Learning (FSCIL)
221 stars 36 forks source link

Load Pre-trained model for CUB #27

Open ding1995 opened 3 years ago

ding1995 commented 3 years ago

For CUB200, there is a need to load the ImageNet-pretrained ResNet18 model for initialization. However, ImageNet contains prior knowledge about birds, part of whose images are in CUB-200. I am worried that if this operation is consistent with the few-shot setting.