Commit 669422c2 authored by Eddy Shyu's avatar Eddy Shyu Committed by Neal Wu
Browse files

typo: replace uers's with user's (#2350)

parent 2c5c3f35
...@@ -253,7 +253,7 @@ ...@@ -253,7 +253,7 @@
" # Add the loss function to the graph.\n", " # Add the loss function to the graph.\n",
" loss = tf.losses.mean_squared_error(labels=targets, predictions=predictions)\n", " loss = tf.losses.mean_squared_error(labels=targets, predictions=predictions)\n",
" \n", " \n",
" # The total loss is the uers's loss plus any regularization losses.\n", " # The total loss is the user's loss plus any regularization losses.\n",
" total_loss = slim.losses.get_total_loss()\n", " total_loss = slim.losses.get_total_loss()\n",
"\n", "\n",
" # Specify the optimizer and create the train op:\n", " # Specify the optimizer and create the train op:\n",
......
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