I am trying to run Google\'s deep dream. For some odd reason I keep getting
ImportError: No module named google.protobuf
after t
I installed the protobuf with this command:
conda install -c anaconda protobuf=2.6.1
(you should check the version of protobuf)