Open fofilix opened 4 months ago
Since SPEED is a synthetic data parameterization framework, more synthetic images can be produced under the same storage budget (i.e. more than 10 synthetic images per class under IPC 10).
By default, we save SAET, SCM, and FReeNet, which conforms to Eq. (7). You can use the three to synthesize images, please refer to the synthesis process in 'distill.py' or 'eval.py', and the forward function of FReeNet in 'networks.py'. If you want to save the synthetic images directly, you can use 'torch.save()' to save the synthesized images (e.g. the 'pth' format). This should be easy to implement.
Thank U for opening source code. But I still got a few questions as follows.