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

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

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