From fdd19449ea35d91306e705c45342f8ca0af44751 Mon Sep 17 00:00:00 2001 From: MOSES OLAFENWA Date: Wed, 4 Jul 2018 06:14:25 +0100 Subject: [PATCH] Update CUSTOMTRAINING.md --- imageai/Prediction/CUSTOMTRAINING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/imageai/Prediction/CUSTOMTRAINING.md b/imageai/Prediction/CUSTOMTRAINING.md index 48f1c8fa..2ee5edc6 100644 --- a/imageai/Prediction/CUSTOMTRAINING.md +++ b/imageai/Prediction/CUSTOMTRAINING.md @@ -498,7 +498,9 @@ Let us explain the details shown above:
3. The line Epoch 00000: saving model to C:\Users\User\PycharmProjects\ImageAITest\pets\models\model_ex-000_acc-0.100000.h5 refers to the model saved after the present experiment. The ex_000 represents the experiment at this stage while the acc_0.100000 and val_acc: 0.1000 represents the accuracy of the model on the test images after the present experiment (maximum value value - of accuracy is 1.0). This result helps to know the best performed model you can use for custom image prediction. + of accuracy is 1.0). This result helps to know the best performed model you can use for custom image prediction.

+ Once you are done training your custom model, you can use the "CustomImagePrediction" class to perform image prediction with your model. Simply follow the link below.

+ https://github.com/OlafenwaMoses/ImageAI/blob/master/imageai/Prediction/CUSTOMPREDICTION.md

Training on the IdenProf data