Skip to content

Commit fdd1944

Browse files
Update CUSTOMTRAINING.md
1 parent 06e7ed0 commit fdd1944

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

imageai/Prediction/CUSTOMTRAINING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,9 @@ Let us explain the details shown above: <br>
498498
3. The line <b>Epoch 00000: saving model to C:\Users\User\PycharmProjects\ImageAITest\pets\models\model_ex-000_acc-0.100000.h5
499499
</b> refers to the model saved after the present experiment. The <b>ex_000</b> represents the experiment at this stage
500500
while the <b>acc_0.100000</b> and <b>val_acc: 0.1000</b> represents the accuracy of the model on the test images after the present experiment (maximum value value
501-
of accuracy is 1.0). This result helps to know the best performed model you can use for custom image prediction.
501+
of accuracy is 1.0). This result helps to know the best performed model you can use for custom image prediction. <br> <br>
502+
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. <br><br>
503+
<a href="https://github.com/OlafenwaMoses/ImageAI/blob/master/imageai/Prediction/CUSTOMPREDICTION.md" >https://github.com/OlafenwaMoses/ImageAI/blob/master/imageai/Prediction/CUSTOMPREDICTION.md</a>
502504

503505
<br><br>
504506
<h3><b><u>Training on the IdenProf data</u></b></h3>

0 commit comments

Comments
 (0)