From ef36cad9bafb4744815e390ab5ea99f9c8b830dc Mon Sep 17 00:00:00 2001 From: milesial Date: Fri, 28 Dec 2018 17:56:15 +0100 Subject: [PATCH] Add note to use python 3 to README Former-commit-id: fd16a756231b24b5d51810244415a70198492ef9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11c38db..cc8334c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This model was trained from scratch with 5000 images (no data augmentation) and The model used for the last submission is stored in the `MODEL.pth` file, if you wish to play with it. The data is available on the [Kaggle website](https://www.kaggle.com/c/carvana-image-masking-challenge/data). ## Usage - +**Note : Use Python 3** ### Prediction You can easily test the output masks on your images via the CLI.