Neural network model prediction in Keras without using GPU -


my neural networks model built in keras on theano using gpu. storing using pickle future use, possibly on computer.

is possible use model prediction without gpu?

sure. it's common use-case. gpus boost training, aren't available in production (for example, if run on customer's phone).

i don't know theano much, might have equivalent tensorflow.serving. can serialize trained model object , read other machine.

to serialize, can either use:


Comments

Popular posts from this blog

ios - Pass NSDictionary from Javascript to Objective-c in JavascriptCore -

java - How to handle special characters while unmarshalling xml in JAXB -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -