"test/git@developer.sourcefind.cn:hehl2/torchaudio.git" did not exist on "264ab15a9a502eee02e4b173a3bdd23842682291"
Unverified Commit e1e2ab34 authored by Sukuya's avatar Sukuya Committed by GitHub
Browse files

Merge pull request #1 from sukuya/sukuya-patch-1

Update torchscript.rst
parents 067923d3 35c52f2f
...@@ -74,7 +74,7 @@ according to a ``BertConfig`` class and then saved to disk under the filename `` ...@@ -74,7 +74,7 @@ according to a ``BertConfig`` class and then saved to disk under the filename ``
.. code-block:: python .. code-block:: python
from pytorch_pretrained_bert import BertModel, BertTokenizer, BertConfig from pytorch_transformers import BertModel, BertTokenizer, BertConfig
import torch import torch
enc = BertTokenizer.from_pretrained("bert-base-uncased") enc = BertTokenizer.from_pretrained("bert-base-uncased")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment