2

I would like to load 'saved_model.pb' which is generated using python from java and run prediction.

In case of python, I can debug tensorflow run as describing https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/debug/examples/debug_mnist.py

But when I use java, load 'saved_model.pb' and run prediction, than how can I debug it ?

1 Answer 1

1

TensorFlow debugger (tfdbg) is a specialized debugger for TensorFlow.

For more info visit Tensorflow

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.