Skip to content

Commit

Permalink
updated examples with the Spark-MPI plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
malitsky authored and malitsky committed Apr 6, 2018
1 parent 63362d5 commit b441121
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions examples/mnist/spark_horovod.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -197,40 +197,6 @@
" \n",
"log_contents = rdd.mapPartitionsWithIndex(train).collect()"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {
"collapsed": false
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"2018-04-05 15:30:17,590 - tensorflow - INFO - Create CheckpointSaverHook.\n",
"2018-04-05 15:30:31,923 - tensorflow - INFO - Saving checkpoints for 1 into ./checkpoints/model.ckpt.\n",
"2018-04-05 15:30:32,175 - tensorflow - INFO - step = 1, loss = 2.3147516\n",
"2018-04-05 15:30:36,699 - tensorflow - INFO - global_step/sec: 20.9312\n",
"2018-04-05 15:30:36,701 - tensorflow - INFO - step = 101, loss = 0.46885204 (4.527 sec)\n",
"2018-04-05 15:30:36,703 - tensorflow - INFO - Saving checkpoints for 101 into ./checkpoints/model.ckpt.\n",
"\n"
]
}
],
"source": [
"print(log_contents[0])"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit b441121

Please sign in to comment.