wetliu / energy_ood

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CIFAR-100 Mean & Standard Deviation

superctj opened this issue · comments

Hi, a quick question: in

mean = [x / 255 for x in [125.3, 123.0, 113.9]]
, do you use the same mean and std of CIFAR-10 for CIFAR-100 experiments?

Please read my README again carefully. The standard is set by OE, not by us and we only do minimal and necessary changes so that our results are reported instead of long of different changes in favor our method. If you do have questions why things are done in our code, please refer to OE first and see if you have answers there. Thanks.