This tutorial provides a guided implementation of easy style transfer using Google Colab.
The tutorial suggests using a dog image as the content and Van Gogh's "The Starry Night" as the style.
The tutorial advises replacing max pooling layers with average pooling layers, though the impact on results is minimal.
The tutorial explains how to set up hooks to retrieve the content and style of the image using MSE for the content loss and the Gram matrix for the style loss.