Merge branch 'master' into auto_models

This commit is contained in:
Thomas Wolf
2019-08-05 19:17:35 +02:00
committed by GitHub
16 changed files with 340 additions and 108 deletions

View File

@@ -132,4 +132,4 @@ Using the traced model for inference is as simple as using its ``__call__`` dund
.. code-block:: python
traced_model(tokens_tensor, segments_tensors)
traced_model(tokens_tensor, segments_tensors)