kvablack / ddpo-pytorch

DDPO for finetuning diffusion models, implemented in PyTorch with LoRA support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On reproducibility and LoRA

bhattg opened this issue · comments

For the reproducibility experiments, right now the script has use_lora=True in the dgx.py. I just want to double check if that is indeed the case because the README.md seems a bit obscure.

Yes, that is correct. All of the results you see in the image at the top of the README were produced using LoRA.