RunwayML Week 5 Class Notes

Taught by Derrick Schultz & TA Lia Coleman

🔗 Links

🧚 Interpolation

Interpolation takes place in your model's latent space. StyleGAN has 512 dimensions in its latent space.

Runway projects the 512 dimensions down to a nice 2d grid for us to explore the latent space.

If you choose two points in your latent space, you can do a linear interpolation between the two.

📏 Linear Interpolation with P5.js

Open up this P5.js sketch!