diff --git a/imageai/Prediction/CUSTOMTRAINING.md b/imageai/Prediction/CUSTOMTRAINING.md index 95bf1320..48f1c8fa 100644 --- a/imageai/Prediction/CUSTOMTRAINING.md +++ b/imageai/Prediction/CUSTOMTRAINING.md @@ -43,7 +43,6 @@ This images are the ones to be used to test the model as it trains
9. Then your training code goes as follows:

from imageai.Prediction.Custom import ModelTraining
-
 model_trainer = ModelTraining()
 model_trainer.setModelTypeAsResNet()
 model_trainer.setDataDirectory("pets")