Hi Evan
Thanks for the link, I've noticed it and progressed but I'm still stuck.
This is my problem:
I've trained the network, and now I want to test it on a separate test dataset.
I've created the deploy.prototxt file, even figure how to call the caffe test, but what I can't figure is how to pass it the data I want it to classify.
What i'm starting to think is that deploy can only be used interactively and the data has to be fed by a c++\python\matlab program.
I think the solution to what I want to do is create a test.prototxt file which is similar to my train_val.prototxt, but it includes only the TEST phase parts of input & output layers.
It will specify a path to my test lmdb as source.
on this text.prototxt file I can run caffe test.
If what I'm suggesting is correct, I think it might be a good idea to add a VAL phase to the network so the training (using validation dataset) and testing (a new dataset) can use the same net definition.
Again, thanks for the help