We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My training time is much shorter than my reasoning time. Would you like to inquire if this situation is normal? Or what advice can you give me.
Training Code: loss = priorTrainer.diffusion_prior(text_embed=text_embed, image_embed=image_embed, text_encodings=None) priorTrainer.optimizer.zero_grad() loss.backward() priorTrainer.optimizer.step() priorTrainer.scheduler.step()
Inference code: prior.sample_add( text_embed = text_embed)
The text was updated successfully, but these errors were encountered:
sorry, I'm busy now. 2 days late, I will send you. thx. Paul
Sorry, something went wrong.
No branches or pull requests
My training time is much shorter than my reasoning time. Would you like to inquire if this situation is normal? Or what advice can you give me.
Training Code:
loss = priorTrainer.diffusion_prior(text_embed=text_embed, image_embed=image_embed, text_encodings=None)
priorTrainer.optimizer.zero_grad()
loss.backward()
priorTrainer.optimizer.step()
priorTrainer.scheduler.step()
Inference code:
prior.sample_add( text_embed = text_embed)
The text was updated successfully, but these errors were encountered: