From 3f1f89a394265e8f41dab9b6975b3725161643e6 Mon Sep 17 00:00:00 2001 From: Neel Kadia Date: Mon, 12 Mar 2018 11:37:15 +0530 Subject: [PATCH] Changed 541 line to resolve encoding error >> : << This character was causing the problem. so I made it UTF-8 encoding compatible by removing it. --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index 4bdcca20..5a5f122c 100644 --- a/train.py +++ b/train.py @@ -538,7 +538,7 @@ def should_distort_images(flip_left_right, random_crop, random_scale, def add_input_distortions(flip_left_right, random_crop, random_scale, random_brightness): """ - Brief: + Brief: Creates the operations to apply the specified distortions. During training it can help to improve the results if we run the images