{# Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. #}
{% set batch_size = 10 %} {% for batch in form.pretrained_networks|batch(batch_size) %} {% set batch_loop_index = loop.index0 %}
{% for network in batch %} {% set inner_index = batch_loop_index * batch_size + loop.index0 %} {% set pretrained_job = pretrained_networks_fullinfo[inner_index] %} {% else %} {% endfor %}
Pretrained Model
{{network}} {{network.label}} Customize
None
{% endfor %}
{% if form.pretrained_networks.choices|length > batch_size %}
{% endif %}