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

TypeError: deepdream() got multiple values for argument 'iter_n' #2

Closed
basemdabbour opened this issue Apr 2, 2022 · 1 comment
Closed

Comments

@basemdabbour
Copy link

Hey i got this error inside Dream code.
i think the following argument should change :

frame = None
if do_wait_first_frame:
frame = dream.deepdream(np_img, text_prompts, (x, y), iter_n=iter_n, step_size=step_size, init_weight=frame_weight)
else:
frame = dream.deepdream(np_img, text_prompts, (x, y), iter_n=wait_iter_n, step_size=step_size, init_weight=frame_weight)

@robobeebop
Copy link
Owner

Fixed it.

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