Do you perhaps have a script that invokes run_estimation.py multiple times with the right parameters to reproduce the main table with the results in the paper?
I'm trying to at least reproduce single number from that table (for CIFAR-10, for one of the methods, e.g. AC or COT itself) but Im getting different values than you get.
What parameters do you have to specify to get natural shift results for CIFAR-10? Is it enough to set --dirichlet_alpha to 0? Or in that case OOD will be just sampled from IID?
Out of curiosity - why didn't you include models in the repository? Too heavy? It would make things easier for people who want to reproduce (faster + no randomness from the stochastic process of fitting).
Do you perhaps have a script that invokes
run_estimation.pymultiple times with the right parameters to reproduce the main table with the results in the paper?I'm trying to at least reproduce single number from that table (for CIFAR-10, for one of the methods, e.g. AC or COT itself) but Im getting different values than you get.
What parameters do you have to specify to get
naturalshift results forCIFAR-10? Is it enough to set --dirichlet_alpha to 0? Or in that case OOD will be just sampled from IID?Out of curiosity - why didn't you include models in the repository? Too heavy? It would make things easier for people who want to reproduce (faster + no randomness from the stochastic process of fitting).