You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.
It would be great if we can play around with all the settings in pipeline.config. Especially learning_rate_base and the numerous data_augmentation_options.
I noticed adding the following greatly improved my model for 2022.
data_augmentation_options {
random_adjust_brightness {
}
}
data_augmentation_options {
random_adjust_saturation {
}
}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be great if we can play around with all the settings in pipeline.config. Especially learning_rate_base and the numerous data_augmentation_options.
I noticed adding the following greatly improved my model for 2022.
data_augmentation_options {
random_adjust_brightness {
}
}
data_augmentation_options {
random_adjust_saturation {
}
}
The text was updated successfully, but these errors were encountered: