{% extends "base.html" %} {% set active_page = "modules" %} {% block subtitle %} - {{ selected_module }} - Configure training {% endblock %} {% block content %}

Module: {{ selected_module }}

{% include 'flashed_messages.html' %}

You should choose the appropriate tag for your selected hardware. Check module documentation for more details if unsure.

{% for group, inputs in template_meta["grouped"].items() %}
{{ group[0]|upper }}{{ group[1:] }} options:
{% for key, value in inputs.items() %} {% include 'modules/_input_types.html' %} {% endfor %}
{% endfor %}
Cancel

Template name
Scheduling options:
Provider selection:
Use providers with marathon enabled (ie. XXX: YYY.marathon). If you want to use GPUs with your deployments you should also select providers with gpu_support: True.
Cancel
{% endblock %}