Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Why even in the era of TF2.x does ART not like eager execution enabled? Why stick to TF1.x style code? #1905

Closed
swapnilsayansaha opened this issue Nov 9, 2022 · 0 comments

Comments

@swapnilsayansaha
Copy link

classifier = KerasClassifier(model=model, clip_values=(0, 1), use_logits=False)

This line assumes you have eager execution disabled. However, for custom models, disabling eager execution leads to a lot of error. For example: tensorflow/tensorflow#39908

Why does ART still rely on out-of-date TF1.x style code?

@Trusted-AI Trusted-AI locked and limited conversation to collaborators Nov 10, 2022
@beat-buesser beat-buesser converted this issue into discussion #1906 Nov 10, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant