-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TrivialAugment image augmentation #413
Comments
7 citations after ~ 1 year. It is TA in #294 (comment) (related to #41 (comment)) |
Realistically, I'm not sure we want this given the citation count and usage. |
As we are and we have already invested enough community resources on KLP I suggest to strictly monitor/evaluate the impact of #293 (comment) before accumulating too much other solutions in the repo. |
P.s. I've fixed the reference. |
This issue is not currently tied to any near-term objectives of KerasCV, so we are closing it for now. If you think this was done in error, or you are interested in adding this feature yourself, please checkout our README and re-open this issue if it meets the listed criteria. Thank you! - The KerasCV team |
tfnp.arange has trouble with dynamic tensors in compiled functions. The specific error: OperatorNotAllowedInGraphError: Using a symbolic `tf.Tensor` as a Python `bool` is not allowed: AutoGraph did convert this function. This might indicate you are trying to use an unsupported feature.
Short Description
From abstract,
Papers
Paper: TrivialAugment: Tuning-free Yet State-of-the-Art Data Augmentation
https://arxiv.org/abs/2103.10158
Existing Implementations
Other Information
The text was updated successfully, but these errors were encountered: