Merge pull request #28 from zhxnlp/patch-11

Update 2.2.1-Pytorch编写Transformer.ipynb
This commit is contained in:
erenup 2021-09-08 10:46:00 +08:00 committed by GitHub
commit c0983a7eee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@
{ {
"cell_type": "markdown", "cell_type": "markdown",
"source": [ "source": [
"TTransformer的编码器和解码器都使用self-attention和全连接层堆叠而成。如下图的左、右两边所示。" "Transformer的编码器和解码器都使用self-attention和全连接层堆叠而成。如下图的左、右两边所示。"
], ],
"metadata": {} "metadata": {}
}, },
@ -1537,4 +1537,4 @@
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 4 "nbformat_minor": 4
} }