Has anyone successfully trained a caffe model? I have a training ready image set that I would like to use to create a caffe model for use with Google\'s Deep Dream.
The
Thanks @Franck your code worked for me, but there is an update to iris_tuto.py in the while importing libraries.
import matplotlib
matplotlib.use('Agg')
from sklearn.datasets import load_iris
import sklearn.metrics
import numpy as np
from sklearn.model_selection import StratifiedShuffleSplit
import matplotlib.pyplot as plt
import h5py
import caffe
import caffe.draw
import google.protobuf.text_format