profiler icon indicating copy to clipboard operation
profiler copied to clipboard

Profiler data is not correct

Open akote123 opened this issue 1 year ago • 0 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 :https://github.com/tensorflow/tensorflow/issues/62373

akote123 avatar Dec 08 '23 05:12 akote123