About tensorboard tfevent file size #3471
-
Hi, I trained my faster-rcnn with DefaultTrainer and run 150k steps, here is my config file, batch size is 1, but after training, I got 103GB tfevent file, is possible to close some tensorboard feature(eg, do not save image in tfevent file) or modify some settings(eg, to make event writer record step longer) to reduce tfevent file size during training? Here is my training code modified from detectron2/tools/train_net.py Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found this issue, it talk about how to control frequency of printing to log/tensorboard, and make VIS_PERIOD bigger in config file. |
Beta Was this translation helpful? Give feedback.
I found this issue, it talk about how to control frequency of printing to log/tensorboard, and make VIS_PERIOD bigger in config file.