pritamdodeja
pritamdodeja
No problem at all! How about something like this: ``` diagon Flowchart -expand=horizontal < flow ``` Horizontal keeps growing the flowchart horizontally till something is returned, and vertical would do...
Hello @leckie-ponyai , what versions of tensorflow and tensorboard and related packages are you using? See that last line: ```2022-09-09 17:31:40.786053: W tensorflow/core/profiler/convert/xplane_to_tools_data.cc:191] Could not find host XPlane for tf...
> Seems like an issue with the logdir path, It should be `/home/jozef/logs/20230609-214008`. The tensorflow execution is receiving that as the logdir for the profiling request. > > You could...
@JustASquid do you have the flexibility to run on a slightly older versions of tf*? I was able to get this to work by doing that. I can share my...
> @pritamdodeja I did a run in version 2.10, I no longer get this warning, but the training step markers are wrong: > > > > This run was with...
@JustASquid It looks like the same issue to me. I don't know enough protocol buffers yet to be able to effectively debug it though. If/when that changes, I will post...
@JustASquid I just tested this issue on the following configuration and it's still broken. Things are actually worse now as you cannot go back to an older tf version because...
I was able to understand why this is happening. The profiler is writing the profiler data in a different place in the hierarchy. Once that issue is solved, and the...
@JustASquid @foxik Here is my understanding of the possible cause of this: Let's say you usually run ```tensorboard --logdir model_run``` to start tensorboard tensorboard expects plugins/profile to exist in ```model_run//```...
This might have to do with location of profile data being different starting in 2.12 (can't test 2.11 because of cuda dependency). I was able to get this to work...