tf.profiler.experimental.server.start
Start a profiler grpc server that listens to given port.
tf.profiler.experimental.server.start( port )
The profiler server will exit when the process finishes. The service is defined in tensorflow/core/profiler/profiler_service.proto.
Args | |
---|---|
port | port profiler server listens to. |
Example usage: ```python tf.profiler.experimental.server.start('6009') # do your training here.
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.4/api_docs/python/tf/profiler/experimental/server/start