Skip to content
Open
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 train.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down