profiler-ui icon indicating copy to clipboard operation
profiler-ui copied to clipboard

[Deprecated] The TensorFlow Profiler (TFProf) UI provides a visual interface for profiling TensorFlow models.

Results 4 profiler-ui issues
Sort by recently updated
recently updated
newest added

Currently it points to https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/profiler/README.md#quick-start which is 404.

Since the repo is deprecated I think it would make sense to archive it.

After following the installation instructions, I get the following error when attempting to start up the UI: ``` python ui.py --profile_context_path=/opt/devel/src/autocoder/rad-autocoder/model_configurable/output/profile_100 ModuleNotFoundError: No module named 'numpy.core._multiarray_umath' ImportError: numpy.core.multiarray failed to...

bug

Use cases: - i have multiple training (2) running on the same GPUs and i want to profile each process, but want to see them at the same time on...

enhancement