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

Curie Generate

The model {{expName}} has been trained for {{epochs}} epochs using the {{optimizer}} optimization algorithm. Option for finetuning coming soon.

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

{% if result %} Generated Compounds {% for x in range(result|length) %}

{{result[x]}}

{% endfor %} {% endif %} {% endblock %}