You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: imageai/Prediction/CUSTOMTRAINING.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -498,7 +498,9 @@ Let us explain the details shown above: <br>
498
498
3. The line <b>Epoch 00000: saving model to C:\Users\User\PycharmProjects\ImageAITest\pets\models\model_ex-000_acc-0.100000.h5
499
499
</b> refers to the model saved after the present experiment. The <b>ex_000</b> represents the experiment at this stage
500
500
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>
0 commit comments