I would like to plot the training loss of the model, but in the .tfevents-file number of tags that begin with "loss_1" differ from the calculated number of steps (num_train_steps) .
As for example, for num_train_steps = 153596, my .tfevent-file has only 1552 tags of "loss_1".
Is there any hint of how to get the losses or how its being saved in .tfevent?
Hi!
I would like to plot the training loss of the model, but in the .tfevents-file number of tags that begin with "loss_1" differ from the calculated number of steps (num_train_steps) .
As for example, for num_train_steps = 153596, my .tfevent-file has only 1552 tags of "loss_1".
Is there any hint of how to get the losses or how its being saved in .tfevent?
Thanks in advance!