Hi all,
I am training a MultiAgentEnv (tf2) and have added the following line to create debugging information. (because the tensors are turning NaN / inf at some point)
tf.debugging.experimental.enable_dump_debug_info(“~/home/ubuntu/”, tensor_debug_mode=“FULL_HEALTH”, circular_buffer_size=-1)
When I however open up the tensorboard, it tells me “Debugger V2 is inactive because no data is available.”
In the Tensorboard forum I have seen that others managed to solve the issue by matching the tensorflow / tensorboard version but doesnt does not work me.
Do you happen to have any ideas?
Thank you!