2021-02-23 19:25:30 +03:00
|
|
|
Welcome to Marian's documentation!
|
|
|
|
==================================
|
|
|
|
|
2022-10-04 03:42:52 +03:00
|
|
|
|ubuntu| |windows| |macos| |release| |license|
|
2021-02-23 19:25:30 +03:00
|
|
|
|
|
|
|
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:
|
|
|
|
|
2022-02-08 13:58:09 +03:00
|
|
|
structure
|
2021-02-23 19:25:30 +03:00
|
|
|
graph
|
|
|
|
operators
|
2022-01-26 18:17:38 +03:00
|
|
|
layer
|
|
|
|
factors
|
2021-02-23 19:25:30 +03:00
|
|
|
api/library_index
|
|
|
|
|
2022-10-04 03:42:52 +03:00
|
|
|
CONTRIBUTING
|
2021-02-23 19:25:30 +03:00
|
|
|
|
2021-12-07 18:10:46 +03:00
|
|
|
doc_guide
|
|
|
|
|
2021-02-23 19:25:30 +03:00
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
------------------
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
|
|
|
|
|
2022-10-04 03:42:52 +03:00
|
|
|
.. |ubuntu| image:: https://github.com/marian-nmt/marian-dev/actions/workflows/ubuntu.yml/badge.svg
|
|
|
|
:target: https://github.com/marian-nmt/marian-dev/actions/workflows/ubuntu.yml
|
|
|
|
:alt: Ubuntu build status
|
2021-02-23 19:25:30 +03:00
|
|
|
|
2022-10-04 03:42:52 +03:00
|
|
|
.. |windows| image:: https://github.com/marian-nmt/marian-dev/actions/workflows/windows.yml/badge.svg
|
|
|
|
:target: https://github.com/marian-nmt/marian-dev/actions/workflows/windows.yml
|
|
|
|
:alt: Windows build status
|
2021-02-23 19:25:30 +03:00
|
|
|
|
2022-10-04 03:42:52 +03:00
|
|
|
.. |macos| image:: https://github.com/marian-nmt/marian-dev/actions/workflows/macos.yml/badge.svg
|
|
|
|
:target: https://github.com/marian-nmt/marian-dev/actions/workflows/macos.yml
|
|
|
|
:alt: MacOS build status
|
2021-02-23 19:25:30 +03:00
|
|
|
|
|
|
|
.. |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
|