{% extends 'base.html' %} {% block main %}

Curie Generate

The model {{expName}} has been trained for {{epochs}} epochs using the {{optimizer}} optimization algorithm

{% include 'flash_messages.html' %} {{ form.csrf_token }}
{{ form.n.label }} {{ form.n(class="form-control")}}

{% if result %} what the frick {{result}} {% endif %} {% endblock %}