CaffeOnSpark icon indicating copy to clipboard operation
CaffeOnSpark copied to clipboard

How to used CaffeOnSpark produced model ?

Open silence-liu opened this issue 9 years ago • 1 comments

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 !

silence-liu avatar Dec 15 '16 06:12 silence-liu

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

junshi15 avatar Dec 21 '16 21:12 junshi15