From c62bbe31be956e197eceeddee446e5db285bbb4a Mon Sep 17 00:00:00 2001 From: Chong Shao Date: Sun, 7 Jan 2018 14:43:12 -0800 Subject: [PATCH] Fix a typo. Fix a typo in preprocess_birds.py --- misc/preprocess_birds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/preprocess_birds.py b/misc/preprocess_birds.py index c93736a..60ee803 100644 --- a/misc/preprocess_birds.py +++ b/misc/preprocess_birds.py @@ -14,7 +14,7 @@ # from glob import glob # TODO: 1. current label is temporary, need to change according to real label -# 2. Current, only split the data into train, need to handel train, test +# 2. Current, only split the data into train, need to handle train, test LR_HR_RETIO = 4 IMSIZE = 256