Update 2.2.1-Pytorch编写Transformer.ipynb
This commit is contained in:
parent
6add5e2d6e
commit
9f125ef60b
|
@ -204,7 +204,7 @@
|
|||
{
|
||||
"cell_type": "markdown",
|
||||
"source": [
|
||||
"TTransformer的编码器和解码器都使用self-attention和全连接层堆叠而成。如下图的左、右两边所示。"
|
||||
"Transformer的编码器和解码器都使用self-attention和全连接层堆叠而成。如下图的左、右两边所示。"
|
||||
],
|
||||
"metadata": {}
|
||||
},
|
||||
|
@ -1537,4 +1537,4 @@
|
|||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 4
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue