wetliu / energy_ood

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What does the fine-tune mean here?

szubing opened this issue · comments

what does the pre-train model from? train from what data?

The pertained weights come from outlier-exposure. They are trained with Cifar10 or Cifar100.

The pertained weights come from outlier-exposure. They are trained with Cifar10 or Cifar100.

I still don't understand. for example, if using Cifar10 as in data and SVHN as OOD test data, it seems the outlier-exposure data is from 80 Million Tiny Images. So the pretrained weights is from this 80 Million Tiny Images? but seems their are not groundtruths for this Tiny images dataset, how the pretrain work?

Pre-trained weights refer to the in-distribution dataset. So that'd be CIFAR-10 weights trained with cross-entropy loss as initialization.

I got it. Thanks