Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
galeone committed Oct 5, 2019
1 parent 50f0ce1 commit 4736b7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Object_Detection_and_Classification_+_TensorFlow_Hub.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"colab": {
"name": "Object Detection and Classification + TensorFlow Hub",
"provenance": [],
"collapsed_sections": [],
"include_colab_link": true
},
"kernelspec": {
Expand Down Expand Up @@ -679,7 +680,7 @@
"\n",
" inter = w * h\n",
" return inter / (box_area + area - inter)\n",
"````\n",
"```\n",
"\n",
"e la soglia di detection pari di IoU >= 0.75, misurare la `tf.keras.metric.Precision` durante il training ed in validation.\n",
"\n",
Expand Down

0 comments on commit 4736b7e

Please sign in to comment.