Skip to content

Commit a304225

Browse files
committed
fix: inconsistent single host multi-device guide
1 parent 77b51f8 commit a304225

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/en/guide/distributed_training.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,8 +527,7 @@
527527
"\n",
528528
"with mirrored_strategy.scope():\n",
529529
" model = tf.keras.Sequential([tf.keras.layers.Dense(1, input_shape=(1,))])\n",
530-
"\n",
531-
"model.compile(loss='mse', optimizer='sgd')"
530+
" model.compile(loss='mse', optimizer='sgd')"
532531
]
533532
},
534533
{

0 commit comments

Comments
 (0)