Commit 0f271534 authored by syiming's avatar syiming
Browse files

remove unused data augmentation method

parent 54ba0acb
...@@ -146,28 +146,6 @@ train_config: { ...@@ -146,28 +146,6 @@ train_config: {
data_augmentation_options { data_augmentation_options {
random_horizontal_flip { random_horizontal_flip {
} }
}
data_augmentation_options {
random_adjust_hue {
}
}
data_augmentation_options {
random_adjust_contrast {
}
}
data_augmentation_options {
random_adjust_saturation {
}
}
data_augmentation_options {
random_square_crop_by_scale {
scale_min: 0.6
scale_max: 1.3
}
} }
} }
......
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