Unverified Commit 7f895ce5 authored by Billy Lamberta's avatar Billy Lamberta Committed by GitHub
Browse files

Merge pull request #5187 from stevenschmatz/patch-1

Typo fix
parents 08bcffd4 915d1202
...@@ -664,7 +664,7 @@ ...@@ -664,7 +664,7 @@
"\n", "\n",
"### Stateless functions\n", "### Stateless functions\n",
"\n", "\n",
"For stateless functions, like `collatz` shown below, the easiest way to include them in a keras model is to wrap them up as a layer uisng `tf.keras.layers.Lambda`." "For stateless functions, like `collatz` shown below, the easiest way to include them in a keras model is to wrap them up as a layer using `tf.keras.layers.Lambda`."
] ]
}, },
{ {
...@@ -1084,4 +1084,4 @@ ...@@ -1084,4 +1084,4 @@
"outputs": [] "outputs": []
} }
] ]
} }
\ No newline at end of file
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