Hi,
I have built a model in python and have saved it into a pb folder. I am trying to load this model inside a node app using the information provided here Run a TensorFlow SavedModel in Node.js directly without conversion — The TensorFlow Blog
When it comes to loading the model I get the following error
“tfg_optimizer{} failed: NOT_FOUND: Op type not registered ‘DisableCopyOnRead’ in binary running on {my mac name}. . Make sure the Op and Kernel are registered in the binary running in this process. Note that if you are loading a saved graph which used ops from tf.contrib, accessing (e.g.) tf.contrib.resampler
should be done before importing the graph, as contrib ops are lazily registered when the module is first accessed.”
Can anyone point me in the right direction thanks.