{% extends 'base.html' %} {% load staticfiles %} {% block css %} {% endblock %} {% block title %}Train{% endblock %} {% block content %} {% if request.GET.status == 'untrained' %}
Click to start the Training process. It may take several minutes.
Note that training results a new training model and overwrite the old one.