Skip to content

Smooth Transitions from Original -> X iterations (video) #51

Answered by rkhamilton
gateway asked this question in Q&A
Discussion options

You must be logged in to vote

Cool image! And I think the video you are trying for will look great.

Something to understand is that changing the init_image to the final image depends only on the optimization algorithm and the number of iterations (not video frames, but iterations). More iterations means more change in the output image. You have two ways to slow down the video of this process:

  • Slow the optimization itself: change the config.learning_rate to something lower than the default of 0.1. That should make it take more iterations to get to the final solution. You could also try a different optimizer than Adam (RMSProp may be slower) but it will also likely change the look of the final output. I have only messe…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@gateway
Comment options

@rkhamilton
Comment options

Answer selected by rkhamilton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants