Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.1 KB

README.md

File metadata and controls

13 lines (7 loc) · 1.1 KB

CIFAR experiments

We include 4 notebooks to be able recreate our learning to defer experiments on the CIFAR-10/100 datasets, each notebook records the metrics measured for a single expert k. To be able to recreate Figure 3, one needs to run the cifar10_* notebooks for every expert k. To be able to reproduce our results on CIFAR-10H in Table 2, follow the notebook cifar10h_defer.ipynb. To be able to reproduce the results for CIFAR-100, simply change 'n_dataset' to 100 in the below notebooks.

To summarize, we include the following notebooks