Is there any PyTorch implementation for the deep dream?

There is the TF version of it

and the original Caffe version of it

and the Torch version of it

but I was unable to find the PyTorch version of it.

I’d like to port the TF version to PyTorch but not successful yet.

2 Likes

Try looking at this colab notebook which is based on torch-dreams. You could use torch-dreams to generate deep-dreams on images and videos.

Torch-dreams works for a lot of pre-trained PyTorch models, it also works on any custom PyTorch model but that takes a bit more effort from the user.