Commit 04c2ea50 authored by Li Liangbin's avatar Li Liangbin
Browse files

Make protocol used in estimator customizable.

Example code as follow:

config = tf.estimator.RunConfig(protocol='grpc+verbs')
nn = tf.estimator.Estimator(model_fn=model_fn,
                            model_dir=model_dir,
                            params=params,
                            config=config)
parent 4424e327
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment