Can not show the "GPU Summary" panel in the TensorBoard with torch_tb_profiler plugin
Open
@soma2000-lang is already working on this.
Since Nov 7, 2023.
docathon-h2-2023
medium
module: profiler
tensorboard
- Dominant language
- Python
- Stars
- 9.3k
- Forks
- 4.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 4
Description
I do the PYTORCH PROFILER WITH TENSORBOARD tutorial to view the training details with NVIDIA GPU and CUDA.
I got the final profiled log result after running the same code in the tutorial, however, I cannot get see the "GPU summary" in the tensorboard page, the page I see like this:
Tensorboad log:
root@localhost:/workspace# tensorboard --logdir=./log --host 0.0.0.0
TensorFlow installation not found - running with reduced feature set.
NOTE: Using experimental fast data loading logic. To disable, pass
"--load_fast=false" and report issues on GitHub. More details:
https://github.com/tensorflow/tensorboard/issues/4784
I1110 09:26:32.496620 140708883191552 plugin.py:429] Monitor runs begin
I1110 09:26:32.497677 140708883191552 plugin.py:444] Find run directory /workspace/log/resnet18
I1110 09:26:32.498377 140708866406144 plugin.py:493] Load run resnet18
I1110 09:26:32.516169 140708866406144 loader.py:57] started all processing
TensorBoard 2.10.0 at http://0.0.0.0:6006/ (Press CTRL+C to quit)
W1110 09:26:36.232970 140708363106048 security_validator.py:46] In 3.0, this warning will become an error:
Requires default-src for Content-Security-Policy
I1110 09:26:36.509156 140708866406144 plugin.py:497] Run resnet18 loaded
I1110 09:26:36.509511 140708874798848 plugin.py:467] Add run resnet18
cc @aaronenyeshi @chaekit @sekyondaMeta @svekars @carljparker @NicolasHug @kit1980 @subramen @robieta
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.