Adding example detailing how to add a new file to the documentation + adding fonts.

This commit is contained in:
LysandreJik
2019-07-09 10:11:29 -04:00
parent 6847e30e1c
commit 269e73b601
11 changed files with 48 additions and 9 deletions

View File

@@ -122,9 +122,4 @@ Using the traced model for inference is as simple as using its ``__call__`` dund
.. code-block:: python
traced_model(tokens_tensor, segments_tensors)
(Optional) Using TorchScript in C++
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Below are examples of using a model exported using Python in C++.
traced_model(tokens_tensor, segments_tensors)