🔗Github Repository

Idea

In this project, I implemented the paper A Neural Algorithm of Artistic Style . The eural network is used to extract the style/texture of the style image. and reduce the style loss and content loss of the generated image.

Furthermore, beam search is used during inference to enhance the prediction result. The network was trained in PyTorch on an Nvidia GTX 1060 graphics card for over 80 epochs.