So the deep dreams setup is available and the notebook is very simple here 
are the relevant components that it uses

from cStringIO import StringIO
import numpy as np
import scipy.ndimage as nd
import PIL.Image
#from PIL import Image
from IPython.display import clear_output, Image, display
from google.protobuf import text_format

import caffe

I'm wondering what prevents a Julia variant of this. The scipy/numpy stuff 
Julia has, and
Mocha uses caffe,. But can the cafe files be used directly?  Perhaps 
google.protobuf
support would have to be created.  The rest of the things seem like imaging 
stuff.

Reply via email to