PDAE
PDAE copied to clipboard
Official PyTorch implementation of PDAE (NeurIPS 2022)
Hi, I'm wondering whether a checkpoint of the 'ImageNet64-77M-y-38M' model that you mention in section 4.6 is available? I was searching for it on the linked drives but couldnt find...
Hi, when running your code `representation_learning_trainer.py`, I was confused about the `step` parameter. For example, to train "FFHQ128-130M-z512-64M" with `batch_size = 128`, how does the step parameter related to "64M"...
Thank you so much for releasing your code and I have some questions while reproducing your work. In the `forward()` function of `class ResBlockShift(TimestepZBlock)`, the `out_rest(h)` seems set **h** to...
How to get the trained_ddpm_checkpoint of custom data?