profiler-ui
profiler-ui copied to clipboard
[Deprecated] The TensorFlow Profiler (TFProf) UI provides a visual interface for profiling TensorFlow models.
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...
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...