MIV-XJTU / SPEED

PyTorch implementation of paper "Sparse Parameterization for Epitomic Dataset Distillation" in NeurIPS 2023.
19 stars 4 forks source link

What does the default value "124_96_1_3_48" of parameter "specification" mean? #3

Open AlvinChanCG opened 2 months ago

AlvinChanCG commented 2 months ago

As the title suggests, I would like to know what the default value "124_96_1_3_48" of parameter "specification" means. Does the value 124 represent "num_scm", 96 represent "num_saet"? And what about 1, 3 and 48?

CAOANJIA commented 2 months ago

In fact, this is the folder name for saving, which is convenient for distinguishing the results of multiple settings. I prefer to use {numscm}{dimsaet}{depthfreenet}{numhead}{top_k}. So in this case, they correspond to 124, 96, 1, 3, 48.

Our default configuration can be seen at the end of networks.py.