We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Probably it is better to have some interface to control @tf.function in the base class: https://github.com/keras-team/keras-cv/blob/master/keras_cv/layers/preprocessing/random_augmentation_pipeline.py
@tf.function
So that we could conditionally control also the pipeline compilation similar to keras-team/keras-io#1541
Sorry, something went wrong.
Removed from v0.1 because MOST users will use this in a tf.data pipeline or keras model that automatically does this.
I do agree a higher level abstraction would be nice though @bhack
Closing as tf.data performs this, or the model itself.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: