Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tpecot authored Mar 15, 2021
1 parent 146ecad commit 4704a32
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion Codes/MaskRCNN/Training.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"metadata": {},
"outputs": [],
"source": [
"from utils import training_parameters_interface, training, TensorBoard_interface"
"from utils import training_parameters_interface, training\n",
"import random\n",
"%load_ext tensorboard"
]
},
{
Expand Down Expand Up @@ -55,6 +57,22 @@
"source": [
"training(nb_trainings, parameters)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Showing losses with TensorBoard"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%tensorboard --logdir=\"./trainedClassifiers\" --host=127.0.0.1 --port=2000"
]
}
],
"metadata": {
Expand Down

0 comments on commit 4704a32

Please sign in to comment.