"Run `tensorboard --logdir=/tmp/TensorBoard_demo/` to see the results.\n",
"Running on mac? If you want to get rid of the dialogue asking to give network permissions to TensorBoard, you can provide this flag: --host=localhost\n"
]
}
],
"source": [
"learning_rate = 1E-3\n",
"\n",
"mnist_model(learning_rate)\n",
"print('Done training!')\n",
"print('Run `tensorboard --logdir=%s` to see the results.' % LOGDIR)\n",
"print('Running on mac? If you want to get rid of the dialogue asking to give '\n",
" 'network permissions to TensorBoard, you can provide this flag: '\n",
" '--host=localhost')"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Starting TensorBoard b'47' at http://0.0.0.0:6006\n",
"(Press CTRL+C to quit)\n",
"WARNING:tensorflow:Found more than one graph event per run, or there was a metagraph containing a graph_def, as well as one or more graph events. Overwriting the graph with the newest event.\n",
"WARNING:tensorflow:Found more than one graph event per run, or there was a metagraph containing a graph_def, as well as one or more graph events. Overwriting the graph with the newest event.\n",
"WARNING:tensorflow:Found more than one graph event per run, or there was a metagraph containing a graph_def, as well as one or more graph events. Overwriting the graph with the newest event.\n",
"WARNING:tensorflow:path ../external/data/plugin/text/runs not found, sending 404\n",
"WARNING:tensorflow:path ../external/data/plugin/text/runs not found, sending 404\n",
"WARNING:tensorflow:path ../external/data/plugin/text/runs not found, sending 404\n",
"WARNING:tensorflow:path ../external/data/plugin/text/runs not found, sending 404\n",
print('Run `tensorboard --logdir=%s` to see the results.'%LOGDIR)
print('Running on mac? If you want to get rid of the dialogue asking to give '
'network permissions to TensorBoard, you can provide this flag: '
'--host=localhost')
```
%% Output
Done training!
Run `tensorboard --logdir=/tmp/TensorBoard_demo/` to see the results.
Running on mac? If you want to get rid of the dialogue asking to give network permissions to TensorBoard, you can provide this flag: --host=localhost
%% Cell type:code id: tags:
``` python
!tensorboard--logdir=/tmp/TensorBoard_demo/
```
%% Output
Starting TensorBoard b'47' at http://0.0.0.0:6006
(Press CTRL+C to quit)
WARNING:tensorflow:Found more than one graph event per run, or there was a metagraph containing a graph_def, as well as one or more graph events. Overwriting the graph with the newest event.
WARNING:tensorflow:Found more than one graph event per run, or there was a metagraph containing a graph_def, as well as one or more graph events. Overwriting the graph with the newest event.
WARNING:tensorflow:Found more than one graph event per run, or there was a metagraph containing a graph_def, as well as one or more graph events. Overwriting the graph with the newest event.
WARNING:tensorflow:path ../external/data/plugin/text/runs not found, sending 404
WARNING:tensorflow:path ../external/data/plugin/text/runs not found, sending 404
WARNING:tensorflow:path ../external/data/plugin/text/runs not found, sending 404
WARNING:tensorflow:path ../external/data/plugin/text/runs not found, sending 404