I am trying to train a network using caffe, but am getting a file-not-found exception:
I0111 11:19:27.339706 5151 layer_factory.hpp:76] Creating layer data
I0
Your mean file is indeed in place, but this is not what caffe is complaining about.
What about your database file, '/home/myUser/Documents/code/RFNN/data/ILSVRC2012/10class/ilsvrc12_train_lmdb_10biggest'
? is it in the right location?
Can
No such file or directory
only mean that there isNo such file or directory
?
Yes.