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

Bugfix: check_tensor_sanity use of .numpy() only possible in eager mode. #74

Merged
merged 2 commits into from
May 28, 2023

Conversation

vpratz
Copy link
Contributor

@vpratz vpratz commented May 28, 2023

The method errors if eager mode is not used. Added workaround using tf.print, but couldn't get it to work with the logger object. Therefore the two cases are handled differently for now, but removing the if statement would be favorable.

Added workaround unsing tf.print, but couldn't get it to work with the logger object. Therefore the two cases are handled differently for now, but removing the if statement would be favorable.
@stefanradev93 stefanradev93 merged commit 153dfef into stefanradev93:Development May 28, 2023
2 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants