GeorgeCazenavette / mtt-distillation

Official code for our CVPR '22 paper "Dataset Distillation by Matching Training Trajectories"
https://georgecazenavette.github.io/mtt-distillation/
Other
395 stars 55 forks source link

question on Tiny imagenet ipc=50 #25

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hello,

This is a great work! I'm trying the uploaded results https://georgecazenavette.github.io/mtt-distillation/tensors/index.html#tensors/tiny_50 for ipc=50, num_classes=200 on tiny imagenet, but I found 5 .pt files of tensors of shape [2000, ...]. Are we supposed to concatenate these 5 files to form the complete ipc=50 distilled dataset?

Thanks, Dongyao

GeorgeCazenavette commented 1 year ago

Yep!

This was to get around GitHub's file size limit :)

ghost commented 1 year ago

Got it, thanks a lot.