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

Fix crash with VAIL + GAIL #2598

Merged
merged 2 commits into from
Sep 20, 2019
Merged

Fix crash with VAIL + GAIL #2598

merged 2 commits into from
Sep 20, 2019

Conversation

ervteng
Copy link
Contributor

@ervteng ervteng commented Sep 19, 2019

tf.control_dependencies requires a list, we were giving it a single Tensor. This was causing a crash if VAIL was enabled. This fixes that issue.

@chriselion
Copy link
Contributor

Please add a unit test that would have exposed this (or at least make a follow-up item to do it later)

@ervteng
Copy link
Contributor Author

ervteng commented Sep 19, 2019

@chriselion VAIL is a superset of the functionality in GAIL, so I changed the test config to use VAIL.

@chriselion
Copy link
Contributor

Cool, thanks for updating the test.

@ervteng ervteng merged commit 8e580ff into develop Sep 20, 2019
@ervteng ervteng deleted the develop-fixvail branch September 20, 2019 00:16
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants