{% extends "base.html" %} {% block additional_scripts %} {% endblock %} {% block content %}

{% if cuda_enabled %}
Dataset size:
Time Estimate:
Disk Usage:


{% else %}

Training is not available

CUDA is not working on your system. Possible reasons:

{% endif %}
2. Follow the steps in the training notebook Open notebook
{% endblock %}