You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope this message finds you well. First and foremost, I would like to express my sincere appreciation for the incredible work you have done on your project shared on GitHub.
I am particularly interested in your Tiny-ImageNet project and would greatly appreciate it if you could share some of the code related to it.
Best regards, kecheng
The text was updated successfully, but these errors were encountered:
Thanks for your interest in this work, and I'm sorry for the delayed response.
The current state of this repo does not contain official configurations for Tiny-ImageNet training, but it supports the Tiny-ImageNet dataset and can build flexible U-Nets.
Therefore, you can try to train Tiny-ImageNet models by creating a custom config file, like the following example:
This example builds an ADM network (~300M parameters), which is similar to the one mentioned in the EDM paper (Table 7 & 8).
This network should yield optimal generative & discriminative performance, but I'm not able to run it due to the large CUDA memory cost. If you have top-end GPUs you can try it :)
If you just want to reproduce the DDPM++ network used in our paper (~60M parameters), please use the config like this:
I hope this message finds you well. First and foremost, I would like to express my sincere appreciation for the incredible work you have done on your project shared on GitHub.
I am particularly interested in your Tiny-ImageNet project and would greatly appreciate it if you could share some of the code related to it.
Best regards, kecheng
The text was updated successfully, but these errors were encountered: