Hi, I was reading this tutorial on DeepDream and I think I found a small mistake. Right at the top of the tutorial it says, that DeepDream is
calculating the gradient of the image with respect to the activations of a particular layer.
However, it should be
calculating the gradient of the activations of a particular layer with respect to the image (pixels).
Correct me if I am wrong. Maybe someone can update the tutorial.