Skip to content
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

error when the model has tf.cond #6

Open
flyree opened this issue Sep 10, 2019 · 0 comments
Open

error when the model has tf.cond #6

flyree opened this issue Sep 10, 2019 · 0 comments

Comments

@flyree
Copy link
Contributor

flyree commented Sep 10, 2019

tf.cond is constructed with switch and merge operations.

There are two issues:

  1. The current code do not support those two operations (I implement those operations on my own).
  2. The fault injected graph seems not correct when there is tf.cond.

This link explains how tf.cond works.

https://towardsdatascience.com/tensorflow-control-flow-tf-cond-903e020e722a

graph_fi
graph_no_fi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant