Prevent Saving Model every Epoch

I am running the SSD architecture on TLT 2.0 and it saves the model once every epoch, I would like to reduce that frequency to 50 epochs.

I cannot find the place to change it in the spec file; any information is appreciated.

TLT SSD will save the encrypted model after every epoch during training. It does not support saving it every 50 epochs.

Hi,

Are there any plans to introduce this feature into a config file setting? Currently running long epoch trainings consumes a HUGE amount of storage space which is making life really difficult.

Thanks in advance!

Sorry, this is not in the plan.
If needed, suggest using a script to delete some tlt models during training.