Support session config in tf.contrib.predictor (#19542)
* Support session config in tf.contrib.predictor This PR allows users to supply a custom session config uses by the predictor. This can be essential for some GPU setups in order to play nicely with other processes running on the same GPU. * Test passing session config to tf.contrib.predictor
Loading
Please sign in to comment