tensorflow / profiler

A profiling and performance analysis tool for TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Profiler data is not correct

akote123 opened this issue · comments

Hello ,
I wanted to use tensorboard for inference,
tf.profiler.experimental.start('logs')
output = model.predict(encoded_input, verbose=False)[0]
tf.profiler.experimental.stop()
I have tried this way .
I am not getting op level details of the ,model inference
The profiler snippet is
profiler

May I know how we can get profiler op level data for model inference
Reference Issue :tensorflow/tensorflow#62373