SyncBatchNorm Issues

{{ desc }} {% for item in solutions %} {% set rowloop = loop %} {% for key, value in item.items() %} {% endfor %} {% endfor %}
Suggestions
{{ rowloop.index }}. {{ value.desc }}
More efficient code of syncbn forward as follows: {% for item in solutions %} {% for key, value in item.items() %} {% if 'efficient_code' in value %}
{{ value.efficient_code|safe }}
{% endif %} {% endfor %} {% endfor %}