Mask Rcnn total steps

Hi.
Is total steps in mask rcnn spec file same as number of epochs?

See NVIDIA TAO Documentation
total_steps : The total number of training iterations

yes you are right. but in this link:

you mentioned that:
total_steps = total_images * total_epochs / batch_size / nGPUs

That is what I thought total steps and total epochs were different

Yes, total_steps = total_images * total_epochs / batch_size / nGPUs

1 Like

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