VICO-UoE / DatasetCondensation

Dataset Condensation (ICLR21 and ICML21)
MIT License
457 stars 90 forks source link

Why your train acc always be 1.0? #24

Closed HiccupFL closed 1 year ago

HiccupFL commented 1 year ago

image

HiccupFL commented 1 year ago

I just simply git your code and use the command python main.py --dataset CIFAR10 --model ConvNet --ipc 1.

PatrickZH commented 1 year ago

Since the ipc = 1, it is easy to obtain 100% train accuracy on the only 10 training images in 300 epochs.

HiccupFL commented 1 year ago

Oh, get this. Thank you for your kind answering.

hailuu684 commented 10 months ago

Hello, I tried ipc=50 and train acc still = 1.0