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

{% block title %} Reader Translator Generator - About {% endblock %}

Model Description:

{{ model_desc|safe }}


{% for key, value in sys_info.items() %} {% endfor %}
{{ key }} {{ value }}

About RTG:

Reader Translator Generator (RTG) is a neural machine translator toolkit based on Pytorch. It is developed at USC Information Sciences Institute.

If you face any problems, please notify us by creating an issue on the Github link specified above. - Thamme Gowda

{% endblock %}