[julia-users] Deep Dreams via Mocha?

2015-07-10 Thread Jeff Waller
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.


Re: [julia-users] Deep Dreams via Mocha?

2015-07-10 Thread Spencer Russell
I don't know about the caffe interoperability, but there's already a
ProtoBuf.jl[1]. It may be that the only thing preventing a Julia variant
is someone doing it.

-s

On Fri, Jul 10, 2015, at 11:31 AM, Jeff Waller wrote:
 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.



Links:

  1. https://github.com/tanmaykm/ProtoBuf.jl