Config SSD optimizer

Hi,
Is it possible to configure the Optimizer for the SSD model? Because according to the documentation, the optimizer parameter is not in the config file

It can be adam, sgd or rmscrop.
For adam, refer to DetectNet_v2 — TAO Toolkit 3.22.05 documentation

  optimizer {
    adam {
      epsilon: 1e-08
      beta1: 0.9
      beta2: 0.999
    }
  }

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

Update:
For TAO ssd, only sgd is available.

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