-
Notifications
You must be signed in to change notification settings - Fork 63
Sarkars/model test upgrades #126
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
Conversation
…orflow/ngraph-bridge into sarkars/model_test_upgrades
| varopts = ngraph_bridge.are_variables_enabled() | ||
| if grappler: | ||
| if varopts: | ||
| assert False, "Varopts and grappler does not build together right now" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q/Todo: Is this if condition still valid once we merge grappler + varopts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once varopts and grappler are merged, we should have a CI pipeline for that. then this will fail this assert and remind us to enable this then.
test_main.pythat are already present in the README.