Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion research/attention_ocr/python/inception_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def distort_color(image, color_ordering=0, fast_mode=True, scope=None):

Each color distortion is non-commutative and thus ordering of the color ops
matters. Ideally we would randomly permute the ordering of the color ops.
Rather then adding that level of complication, we select a distinct ordering
Rather than adding that level of complication, we select a distinct ordering
of color ops for each preprocessing thread.

Args:
Expand Down
2 changes: 1 addition & 1 deletion research/inception/inception/image_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def distort_color(image, thread_id=0, scope=None):

Each color distortion is non-commutative and thus ordering of the color ops
matters. Ideally we would randomly permute the ordering of the color ops.
Rather then adding that level of complication, we select a distinct ordering
Rather than adding that level of complication, we select a distinct ordering
of color ops for each preprocessing thread.

Args:
Expand Down
2 changes: 1 addition & 1 deletion research/slim/preprocessing/inception_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def distort_color(image, color_ordering=0, fast_mode=True, scope=None):

Each color distortion is non-commutative and thus ordering of the color ops
matters. Ideally we would randomly permute the ordering of the color ops.
Rather then adding that level of complication, we select a distinct ordering
Rather than adding that level of complication, we select a distinct ordering
of color ops for each preprocessing thread.

Args:
Expand Down
2 changes: 1 addition & 1 deletion research/tcn/preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def distort_color(image, color_ordering=0, fast_mode=True, scope=None):

Each color distortion is non-commutative and thus ordering of the color ops
matters. Ideally we would randomly permute the ordering of the color ops.
Rather then adding that level of complication, we select a distinct ordering
Rather than adding that level of complication, we select a distinct ordering
of color ops for each preprocessing thread.
Args:
image: 3-D Tensor containing single image in [0, 1].
Expand Down