rdbis
rdbis
same observation on my setup: clean install of Ubuntu 22.04.2 tensorboard 2.12.2 tensorflow & CUDA installation according to the official tensorflow instructions: https://www.tensorflow.org/install/pip?hl=en#linux setting PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python does not help either: W0428...
Ok, I think I found the rootcause of the problem. It is caused by a bug in the Bazel configuration files. All profiler protobuf stubs are generated using the ancient...
Thanks, It looks like the fix solves the problem with protobuf compatibility. However still I cannot see any profile data in the browser, the log from tensorboard/profiler shows the followng:...
Sure, I can recreate this problem with latest: tf-nightly - 2.14.0.dev20230609 tb-nightly - 2.14.0a20230609 tbp-nightly - 2.14.0a20230609 log from tensorboard: 2023-06-09 21:37:04.990730: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to...
tensorboard --logdir ~/logs
Wow, with tensorboard --logdir /home/jozef/logs/20230609-214008 it works like a charm. Thanks for this workaroud. :+1: So, it looks like there is an issue with handling the logdir parameter. Tensorboard shows...