vidit09/domaingen

where is the Optimization Step in the code?

Jerry-Jimmy opened this issue · 1 comments

Thank you for the great works! However, I couldn't find the Optimization Step in the code. Can you provide more context or point me to the specific section where the Optimization Step is supposed to be implemented?

Hello, thanks for your interest.
You can find the optimization function here in modeling/meta_arch.py . This function is called inside train.py . We run optimization step for OFFSET_OPT_ITERS number of iterations before starting model training.