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?
You should google it;) See the explanation, e.g., on https://datascience.stackexchange.com/questions/47405/what-to-set-in-steps-per-epoch-in-keras-fit-generator
Thanks, Mastemace. That's very helpful. I will close the issue.
Most helpful comment
You should google it;) See the explanation, e.g., on https://datascience.stackexchange.com/questions/47405/what-to-set-in-steps-per-epoch-in-keras-fit-generator