Open Firegreat123 opened 2 years ago
the entire testing code is here https://github.com/SsnL/dataset-distillation/blob/master/main.py#L244-L356
Hi, I have read codes and have a little question. Does the code below used to train test network with distilled images?
yes that is correct!
Thank you. After running the codes below, in the output.log I can see that Test accuracy is 79.8% But after I run the test code below, the accuracy will be dropped into 23.1868%. Why is this happen?
python main.py --mode distill_adapt --source_dataset MNIST_RGB --dataset SVHN --arch LeNet --phase test \ --train_nets_type loaded --test_nets_type same_as_train \ --test_distilled_images loaded --test_distilled_lrs loaded