Skip to content

Commit

Permalink
Adding instructions for users running tensorboard on a server
Browse files Browse the repository at this point in the history
  • Loading branch information
aritraghsh09 committed Dec 8, 2024
1 parent 6d40e70 commit 7b6ef6c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/notebooks/train_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,20 @@
"metadata": {},
"outputs": [],
"source": [
"%tensorboard --logdir ./results"
"%tensorboard --logdir ./results\n",
"\n",
"# if running on a remote server, and tunnelling a connection,\n",
"# pass the --bind-all flag\n",
"# %tensorboard --logdir ./results --bind_all\n",
"# and then forward the selected port to your local machine"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 7b6ef6c

Please sign in to comment.