Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.rst « doc - github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a790e62477851cbdebbcccf65e345ac3c17269bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Welcome to Marian's documentation!
==================================

|buildgpu| |buildcpu| |tests| |release| |license|

Marian is an efficient and self-contained Neural Machine Translation framework with an integrated
automatic differentiation engine based on dynamic computation graphs, written entirely in C++.

This is developer documentation. User documentation is available at https://marian-nmt.github.io/docs/

.. toctree::
   :maxdepth: 2
   :caption: Contents:

   graph
   operators
   layer
   factors
   api/library_index

   contributing

   doc_guide


Indices and tables
------------------

* :ref:`genindex`


.. |buildgpu| image:: https://img.shields.io/jenkins/s/http/vali.inf.ed.ac.uk/jenkins/view/marian/job/marian-dev-cuda-10.2.svg?label=CUDAC%20Build
   :target: http://vali.inf.ed.ac.uk/jenkins/job/marian-dev-cuda-10.2/
   :alt: GPU build status

.. |buildcpu| image:: https://img.shields.io/jenkins/s/http/vali.inf.ed.ac.uk/jenkins/view/marian/job/marian-dev-cpu.svg?label=CPU%20Build
   :target: http://vali.inf.ed.ac.uk/jenkins/job/marian-dev-cpu/
   :alt: CPU build status

.. |tests| image:: https://img.shields.io/jenkins/s/http/vali.inf.ed.ac.uk/jenkins/view/marian/job/marian-regression-tests.svg?label=Tests
   :target: http://vali.inf.ed.ac.uk/jenkins/job/marian-regression-tests/
   :alt: Tests status

.. |release| image:: https://img.shields.io/github/release/marian-nmt/marian.svg?label=Release
   :target: https://github.com/marian-nmt/marian/releases
   :alt: Latest release

.. |license| image:: https://img.shields.io/badge/License-MIT-blue.svg
   :target: ../LICENSE.md
   :alt: License: MIT