From 746cc285fa8a3cc263477573e52975c15967139a Mon Sep 17 00:00:00 2001 From: Chong Shao Date: Mon, 8 Jan 2018 11:26:42 -0800 Subject: [PATCH] Fix a typo. Fix a typo in preprocess_flowers.py --- misc/preprocess_flowers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/preprocess_flowers.py b/misc/preprocess_flowers.py index e6f9789..0cafbc6 100644 --- a/misc/preprocess_flowers.py +++ b/misc/preprocess_flowers.py @@ -13,7 +13,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