Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f895ce

Browse files
authored
Merge pull request tensorflow#5187 from stevenschmatz/patch-1
Typo fix
2 parents 08bcffd + 915d120 commit 7f895ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/core/guide/autograph.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@
664664
"\n",
665665
"### Stateless functions\n",
666666
"\n",
667-
"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`."
667+
"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`."
668668
]
669669
},
670670
{
@@ -1084,4 +1084,4 @@
10841084
"outputs": []
10851085
}
10861086
]
1087-
}
1087+
}

0 commit comments

Comments
 (0)