Keras-retinanet: What does the steps argument do in training?

Created on 4 Jan 2020  路  2Comments  路  Source: fizyr/keras-retinanet

I understand how batch-size and epochs work. But I have no idea about the steps argument.
The following is from bin/train.py.
parser.add_argument('--steps', help='Number of steps per epoch.', type=int, default=10000)
Can anyone explain about this argument?

Most helpful comment

All 2 comments

Thanks, Mastemace. That's very helpful. I will close the issue.

Was this page helpful?
0 / 5 - 0 ratings