TensorFlow Profiling

A method for profiling a tensor flow code has been proposed here . In my case, I run tf.run with multiple threads in parallel. How can I use this method to profile multi-threaded architecture? When I use global metadata and parameters, they only register one stream.

Thanks!

+7
profiling tensorflow
source share

No one has answered this question yet.

See similar questions:

38
Can I measure the execution time of individual operations using TensorFlow?

or similar:

1709
How can I profile C ++ code running on Linux?
1183
How can you profile a Python script?
581
Which Python memory profiler is recommended?
501
Tensorflow: how to save / restore a model?
481
TensorFlow not found using pip
241
How to prevent the tensor stream from using the entire aggregate of GPU memory?
136
Beyond Stack Sampling: C ++ Profilers
5
TensorFlow profiling using tfprof
0
Tensorflow - Custom Op Profile
0
Tensorflow Profile Grades

All Articles