Update 2.2.1-Pytorch编写Transformer.ipynb

This commit is contained in:
老张 2021-09-05 08:00:49 +08:00 committed by GitHub
parent 6add5e2d6e
commit 9f125ef60b
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": {}
}, },