riiid / PPAP

Official pytorch implementation of "Towards Practical Plug-and-Play Diffusion Models" in CVPR2023
https://arxiv.org/abs/2212.05973
Apache License 2.0
20 stars 5 forks source link

Correct checkpoints for muti-expert weights #1

Open liuzhuozheng-LI opened 2 months ago

liuzhuozheng-LI commented 2 months ago

Thanks so much for your work and codes!

However I have found out that the checkpoints of resnet50 for Muti-Expert methods may be incorrect, and it is the LoRA fine tuned PPAP method checkpoints. Could you kindly share the correct resnet50 checkpoints trained supervised by Muti-Expert methods?

gohyojun15 commented 2 months ago

Thank you for reporting errors in our repo!

Since my affiliation changes after releasing this codebase, I may need to ask some corporations in my previous affiliation.

To be specific, checkpoints on multi-experts resnet50 models which are supervisely fine-tuned on ImageNet datasets are occluded. Is it correct??

liuzhuozheng-LI commented 2 months ago

Yes, and I think it's oocluded by PPAP-5 checkpoints.

gohyojun15 commented 2 months ago

Thank you for reporting. I will train these models and update this project page.