fchollet / deep-learning-with-python-notebooks

Jupyter notebooks for the code samples of the book "Deep Learning with Python"
MIT License
18.17k stars 8.53k forks source link

Corrected textual description of nueral style transfer loss function. #113

Open jColeChanged opened 5 years ago

jColeChanged commented 5 years ago

The text describing the neural style transfer loss function states that minimizing the content difference between the generated image and itself is what it means to achieve transfer, but I think that it intends to say that minimizing the difference between the content of the generated image and the content of the original image is what it means to achieve transfer.