Replying to @gwern
man that's way too much fun to play with. just interpolating around a point in a circle looks Fantastic
Replying to @gwern
nah, I just made it binary search to get the mse to be roughly the same between frames (slightly brute force, but it looks nicer), and then did that for what is probably close to a circle around a point in the latent space pastebin.com/RTtV2UY7

Feb 20, 2019 · 2:09 PM UTC

Replying to @halcy @gwern
🤔 I tried making the circular interpolation longer (in variations not frames), but setting the vidLength >1 makes looping videos :( @halcy any hint?
Well, it is a circle, so it would. I forget what the actual code looks like (at a conference, left computer in like luggage, so phone only) but I think you can set the radius of the circle somewhere - that would give wider variety but also you may end up outside of where the
This tweet is unavailable
if you do, probably set max_step to 1.0, that was a leftover from when it was not binary search and if it's <1 it could hang