Am training image classifier dataset via CreateML but its keeps stopping at 10 iteration saying converged early at 10 iterations. My Training accuracy varied from 80-88 and validation of 70.2% for 10 iterations. Evaluation Precision was 59%. Although i entered 100 iteration in settings. It isnt going beyond 10.
Asked
Active
Viewed 124 times
0
-
I think that means it was unable to learn any more, so it stopped early. You may not have enough images in your dataset. – Matthijs Hollemans Jun 20 '21 at 09:47
-
Plese read the description of the [tag:ml] tag. – molbdnilo Jun 20 '21 at 17:41
-
I had over 7,000 images in dataset... – Divine Jun 20 '21 at 20:27