Skip to content
Permalink
Browse files

tensorflow2.0

  • Loading branch information...
czy36mengfei committed Apr 8, 2019
1 parent b6e9431 commit 08d165abfa7507eb5c977036048e2fe95c9504b6
@@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# tensorflow2教程-自编码器"
"# TensorFlow2教程-自编码器"
]
},
{
@@ -72,6 +72,13 @@
"print(x_test.shape, ' ', y_test.shape)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## 2.构造模型"
]
},
{
"cell_type": "code",
"execution_count": 14,
@@ -126,6 +133,13 @@
"keras.utils.plot_model(auto_encoder, show_shapes=True)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## 3.训练与测试"
]
},
{
"cell_type": "code",
"execution_count": 16,

Large diffs are not rendered by default.

Oops, something went wrong.
@@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# TensorFlow2教程-词嵌入"
"# TensorFlow2.0教程-词嵌入"
]
},
{

Large diffs are not rendered by default.

Oops, something went wrong.
Oops, something went wrong.

0 comments on commit 08d165a

Please sign in to comment.
You can’t perform that action at this time.