The official implementation of [CVPR2022] Decoupled Knowledge Distillation https://arxiv.org/abs/2203.08679 and [ICCV2023] DOT: A Distillation-Oriented Trainer https://openaccess.thecvf.com/content/ICCV2023/papers/Zhao_DOT_A_Distillation-Oriented_Trainer_ICCV_2023_paper.pdf
I was wondering if for CIFAR-100 and Imagenet there's also a "validation" (as a heldout subset of training set) is being created somewhere in the code? Because as I looked for it, it seems that we only have a train_dataset and test_dataset.
Hi,
Thanks for the great repo!
I was wondering if for CIFAR-100 and Imagenet there's also a "validation" (as a heldout subset of training set) is being created somewhere in the code? Because as I looked for it, it seems that we only have a
train_dataset
andtest_dataset
.All the best. Thanks again for the code :)