python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Google Cloud TPU: capture_tpu_profile: No trace event is collected after N attempt(s)
While following Cloud TPU profiling guide and Bert FineTuning, I got error when creating Profile data.
Scalars and Graphs in TensorBoards are working well.
Is there anything I'm missing?
Configuration...

김선달
Votes: 0
Answers: 1
how do i setup tensorboard profiler for training , as currently is not working and not showing profiling tab?
I have wanted to add profiling to my train code , but its not showing up in tensorboard
%load_ext tensorboard
experiment_log_dir = '/dbfs/prajwal.rao/logs/'
tboard_callback = tf.keras.callbacks.Tensor...
prajwal rao
Votes: 0
Answers: 0
Controlling how long Tensorboard monitors training while fitting model over multiple datasets
I am training a model which is looping over several datasets
tensorboard_callback = tf.keras.callbacks.TensorBoard(log_dir=log_dir,
histogram_f...

Avatrin
Votes: 0
Answers: 1
Pytorch Tensorboard Add_graph "Cannot insert a Tensor that requires grad as a constant"
I am trying to use torch.utils.tensorboard to log my neural network's structure. But, I am having the following error when I use the add_graph function of the writer:
Cannot insert a Tensor that requi...
leevi
Votes: 0
Answers: 2