dlupi-heteroscedastic-dropout
dlupi-heteroscedastic-dropout copied to clipboard
Deep Learning under Privileged Information Using Heteroscedastic Dropout (CVPR 2018, Official Repo)
Hi John, Thank you for providing the code for a lot of methods. While I was trying to recreate the results for the model dropout_fn_of_xstar, it tries to load the...
https://github.com/johnwlambert/dlupi-heteroscedastic-dropout/blob/da71881506a550d19a0879fc625d4ff609ac11e3/cnns/imagenet/create_bbox_dataset.py#L160-L172 I'm trying to re-create the exact dataset. I feel like all the shutil.copy lines here should be uncommented because otherwise, I'm just iterating over the data and not creating...