Skip to content

Recommendation: Avoiding convergence to initial image #8

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

Open
ariel415el opened this issue Nov 4, 2021 · 0 comments
Open

Recommendation: Avoiding convergence to initial image #8

ariel415el opened this issue Nov 4, 2021 · 0 comments

Comments

@ariel415el
Copy link

ariel415el commented Nov 4, 2021

Hi,

I got a tip from the authors: Generated iamges converging to the intial image can be avoided by fewer PNN iterations on the first level.

That is, replacing the line

for j in range(self.T):

with
for j in range(1 if i == len(self.x_pyramid) - 1 else self.T):

Thanks for a great implementation.

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

1 participant