tensorflow / profiler

A profiling and performance analysis tool for TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to output the data from tensorboard?

Young768 opened this issue · comments

Hi, TF experts

I want to profile and analyze the execution time for each iteration using tensorboard. Can I read the data from tensorboard? For example, I want to save the step-time information to a CSV file.

commented

Keras on TF-nightly

commented

@ckluk Yep, what I mean is the profiler. I thought that profiler is the part of tensorboard. Sorry for the confusion. I will try these two options.

I have one more question. For option one, what if I use Estimator? is there any callback like keras?

commented

Thanks @ckluk