Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

index.rst 1002 B

You have to be logged in to leave a comment. Sign In
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
  1. .. fairseq documentation master file, created by
  2. sphinx-quickstart on Fri Aug 17 21:45:30 2018.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. :github_url: https://github.com/pytorch/fairseq
  6. fairseq documentation
  7. =====================
  8. Fairseq is a sequence modeling toolkit written in `PyTorch
  9. <http://pytorch.org/>`_ that allows researchers and developers to
  10. train custom models for translation, summarization, language modeling and other
  11. text generation tasks.
  12. .. toctree::
  13. :maxdepth: 1
  14. :caption: Getting Started
  15. getting_started
  16. command_line_tools
  17. .. toctree::
  18. :maxdepth: 1
  19. :caption: Extending Fairseq
  20. overview
  21. tutorial_simple_lstm
  22. tutorial_classifying_names
  23. .. toctree::
  24. :maxdepth: 2
  25. :caption: Library Reference
  26. tasks
  27. models
  28. criterions
  29. optim
  30. lr_scheduler
  31. data
  32. modules
  33. Indices and tables
  34. ==================
  35. * :ref:`genindex`
  36. * :ref:`search`
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...