-
Notifications
You must be signed in to change notification settings - Fork 25
About model parameter settings #8
Description
Thank you so much for your great work. The code is very detailed and I successfully ran it, but my reproduction effect was very poor.
Firstly, the predicted drafts are of poor quality and provide little low-level information for the model, and secondly the features extracted by CLIP do not seem to be effective in assisting the generation of high-definition images with mix_str = 0.4. In short, the generated images are blurry and do not have a clear semantics.
Better results can only be achieved by using test data directly instead of predicted data. My guess is that the parameters may not be set well enough.
Could you please provide the final ridge regression and vd parameter settings, such as Ridge's alpha and max_iter, vd's mix_str, etc? Thank you so much.