Unverified Commit 31e62cb8 authored by xiaoting's avatar xiaoting Committed by GitHub
Browse files

Merge pull request #626 from tink2123/format_code

format code
parents 252fbe54 b626aa3e
...@@ -257,6 +257,7 @@ class SimpleReader(object): ...@@ -257,6 +257,7 @@ class SimpleReader(object):
norm_img = process_image_srn( norm_img = process_image_srn(
img=img, img=img,
image_shape=self.image_shape, image_shape=self.image_shape,
char_ops=self.char_ops,
num_heads=self.num_heads, num_heads=self.num_heads,
max_text_length=self.max_text_length) max_text_length=self.max_text_length)
else: else:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment