Skip to content

Is there one example of using Expectation Over Transformation in Tensorflow Models? #1672

Discussion options

You must be logged in to vote

Hi @anselmoferreira

I think that's a very good question. Unfortunately, ART's current tools in art.preprocessing.expectation_over_transformation don't have an implementation that supports tf.keras.Sequential. The good news are that I think we should have such an implementation and that it is easy to implement. Basically we would need to create an implementation of art.preprocessing.expectation_over_transformation.tensorflow.EoTTensorFlowV2 () e.g. similar to from art.preprocessing.expectation_over_transformation.natural_corruptions.gaussian_noise.tensorflow.EoTGaussianNoiseTensorFlow but with an argument of accepting an instance of tf.keras.Sequential to sample in method _transform which …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@anselmoferreira
Comment options

@beat-buesser
Comment options

Answer selected by anselmoferreira
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants