Hello,
First of all, this is an impressive research and a very clean repository.
I was running your notebooks ATETraining&_inference and reproduce_results_notebooks when I noticed something weird:
I used the data in the repo, the only line I changed was :
loader = DatasetLoader(train_df_id=id_tr_df, test_df_id=id_te_df, train_df_ood=ood_tr_df, test_df_ood=ood_te_df) to avoid the error
but I get these results:
Hello, First of all, this is an impressive research and a very clean repository.
I was running your notebooks ATETraining&_inference and reproduce_results_notebooks when I noticed something weird: I used the data in the repo, the only line I changed was : loader = DatasetLoader(train_df_id=id_tr_df, test_df_id=id_te_df, train_df_ood=ood_tr_df, test_df_ood=ood_te_df) to avoid the error but I get these results:
any ideas on how to solve it?