Add note to use python 3 to README

Former-commit-id: fd16a756231b24b5d51810244415a70198492ef9
This commit is contained in:
milesial 2018-12-28 17:56:15 +01:00 committed by GitHub
parent d3150e8923
commit ef36cad9ba

View file

@ -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). 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 ## Usage
**Note : Use Python 3**
### Prediction ### Prediction
You can easily test the output masks on your images via the CLI. You can easily test the output masks on your images via the CLI.