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

fix typo in self_cond #351

Merged
merged 2 commits into from
May 24, 2023
Merged

fix typo in self_cond #351

merged 2 commits into from
May 24, 2023

Conversation

animebing
Copy link
Contributor

self_cond = unet.module.self_cond if isinstance(unet, DistributedDataParallel) else unet should be self_cond = unet.module.self_cond if isinstance(unet, DistributedDataParallel) else unet.self_cond

@lucidrains
Copy link
Owner

@animebing oops, thanks!

@lucidrains lucidrains merged commit 34be43e into lucidrains:main May 24, 2023
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

Successfully merging this pull request may close these issues.

2 participants