Skip to content

Commit 30ff4b7

Browse files
committed
Added newline
1 parent cc6d8b3 commit 30ff4b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

introduction_to_amazon_algorithms/imageclassification_caltech/Image-classification-fulltraining.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@
531531
"### Evaluation\n",
532532
"\n",
533533
"Evaluate the image through the network for inteference. The network outputs class probabilities and typically, one selects the class with the maximum probability as the final class output.\n",
534+
"\n",
534535
"**Note:** The output class detected by the network may not be accurate in this example. This is because we have trained the model only for a couple of epochs. If the network is trained for more epochs (say 20), then the output class will be more accurate."
535536
]
536537
},

0 commit comments

Comments
 (0)