Skip to content

Commit 669422c

Browse files
e7dud7enealwu
authored andcommitted
typo: replace uers's with user's (tensorflow#2350)
1 parent 2c5c3f3 commit 669422c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slim/slim_walkthrough.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
" # Add the loss function to the graph.\n",
254254
" loss = tf.losses.mean_squared_error(labels=targets, predictions=predictions)\n",
255255
" \n",
256-
" # The total loss is the uers's loss plus any regularization losses.\n",
256+
" # The total loss is the user's loss plus any regularization losses.\n",
257257
" total_loss = slim.losses.get_total_loss()\n",
258258
"\n",
259259
" # Specify the optimizer and create the train op:\n",

0 commit comments

Comments
 (0)