CaffeOnSpark
CaffeOnSpark copied to clipboard
How to used CaffeOnSpark produced model ?
I run caffeonspark example on yarn successed. but how to used caffedonspark produced model ? I want to used the model to recognize handwritten digit pictures and get the probability of each number. please tell me how to do it? thank you !
You can use "-test" or "-feature" to generate the prediction or probability. Please refer to the Wiki page for details, e.g. https://github.com/yahoo/CaffeOnSpark/wiki/GetStarted_EC2