{{ section.title }}
{% if section.collapsible %} {% endif %}
{% if section.description %}

{{ section.description }}

{% endif %}
{% for field in section.fields %}
{% include 'partials/form_field.html' %}
{% endfor %}
Note: When both epochs and max steps are set, max steps takes precedence. To use epochs-based training, set max steps to 0.
At least one of Number of Epochs or Max Training Steps must be greater than 0 for training to proceed.
{% if section.actions %}
{% for action in section.actions %} {% endfor %}
{% endif %}