From deaaaf8cdc25026ed436ebbc8841ac9aa66f7a0e Mon Sep 17 00:00:00 2001 From: Onuigwe Vitus Date: Thu, 20 Aug 2020 04:45:26 +0100 Subject: [PATCH] Update README.md corrected typo on line #1 'first' instead of 'furst' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de1407b..4164e15 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,4 @@ Standalone code to show how to participated in this zindi challenge using TF.Ker - Run the notebook ` 2-dataset_structuring.ipynb ` to unzip and process the dataset. ### 4- Instruction about starter notebook -- Run the notebook ` 4-keras_starter-spot_the_mask.ipynb ` to create your first submission file ( which will be saved in the challenge repository to its sub-folder ` SUBMISSIONS ` ) and make your furst submit on [ZINDI](https://zindi.africa/competitions/zindiweekendz-learning-spot-the-mask-challenge/submit). After that, play around model architecture, augmentation parameters of ImageDataGenerator and any other tips you want to improve in ranking on the [leaderboard](https://zindi.africa/competitions/zindiweekendz-learning-spot-the-mask-challenge/leaderboard). +- Run the notebook ` 4-keras_starter-spot_the_mask.ipynb ` to create your first submission file ( which will be saved in the challenge repository to its sub-folder ` SUBMISSIONS ` ) and make your first submit on [ZINDI](https://zindi.africa/competitions/zindiweekendz-learning-spot-the-mask-challenge/submit). After that, play around model architecture, augmentation parameters of ImageDataGenerator and any other tips you want to improve in ranking on the [leaderboard](https://zindi.africa/competitions/zindiweekendz-learning-spot-the-mask-challenge/leaderboard).