Skip to content

Commit cc0c518

Browse files
committed
Fixed review comments
1 parent 30ff4b7 commit cc0c518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction_to_amazon_algorithms/imageclassification_caltech/Image-classification-fulltraining.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@
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",
534534
"\n",
535-
"**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."
535+
"**Note:** The output class detected by the network may not be accurate in this example. To limit the time taken and cost of training, 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."
536536
]
537537
},
538538
{

0 commit comments

Comments
 (0)