Output files when training EfficientDet(TAO)

• Hardware : NVIDIA A100-SXM
• Network Type : EfficientDet
• TAO Toolkit version : 3.22.05

Hello,

When training with the EfficientDet model, files “events.out.tfevents.*” and “graph.pbtxt” are created.

What information do these files contain in this case?
Using tensorboard, only GRAPHS is displayed and no other information such as SCALARS is displayed.

There is no update from you for a period, assuming this is not an issue anymore.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

The tfevents files are generally used to store summary output, for example, writing a value of the loss function for every training step, storing average precision for the whole validation set.
The graph.pbtxt contains structure information of the model.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.