Closed xichenpan closed 2 years ago
@Flash-321
Hi, Flash, I faced problems during the inference stage.
from dalle.models import PrefixTuningDalle, StoryDalle, PromptDalle
the code in infer_t2i.py
However, I did not find any files in the folder of Dalle
.
Can you share the files with me or did I miss anything?
Thanks in advance.
Hi there, sorry I am not the repo owner and I do not know the detail. For my reproduction, I use mega-storydalle and finetune all params. It worked fine.
Hi, I am currently working on reproduce StoryDALLE on Flintstones I use the provided code and trained mega model for 50 epochs in a lr of 1e-5. the FID is 32 and my generation results are poor compared to the figure 4 in your paper. blow are my generated images, the right ones are grount truth. I think the reason maybe I am using the inference code in your training codebase. Am I using the correct method to generate images?
I wil appreciate it if you can give me any advise~