Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to finetune with the pretrained model? #36

Closed
Dicardo opened this issue Dec 7, 2022 · 2 comments
Closed

How to finetune with the pretrained model? #36

Dicardo opened this issue Dec 7, 2022 · 2 comments

Comments

@Dicardo
Copy link

Dicardo commented Dec 7, 2022

Thanks for your amazing job !

I am trying to load the pretrained model and finetune it with the training code from dalle2-pytorch on my own data,but I had some problems that bothered me.

  1. After the model loads, I don't run the training code, but directly use the function to save the model weights,just want to verify that the whole process works, But when I replaced original decoder model with my saved model for forward inference, the resulting image became random noise.
  1. From what I know, dalle2-laion is trained using dalle2-pytorch code, why can't I reproduce this process, is there any step I am missing?
@Dicardo
Copy link
Author

Dicardo commented Jan 30, 2023

Solved this issue after a time. Considering that this project seems not to be updated any more, I will write down the solution if anyone encounters the same problem

@Dicardo Dicardo closed this as completed Jan 30, 2023
@Elapsedf
Copy link

Solved this issue after a time. Considering that this project seems not to be updated any more, I will write down the solution if anyone encounters the same problem↳

Hello, Could you share your solution please? Thanks so much! I also encounter this question

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants