-
Notifications
You must be signed in to change notification settings - Fork 75.3k
tf.math.tanh makes silently crash Python #46408
Copy link
Copy link
Closed
Labels
TF 2.5Issues related to TF 2.5Issues related to TF 2.5comp:opsOPs related issuesOPs related issuesregression issueTo spot regression issues in latest versionTo spot regression issues in latest versionstat:awaiting tensorflowerStatus - Awaiting response from tensorflowerStatus - Awaiting response from tensorflowertype:bugBugBug
Metadata
Metadata
Assignees
Labels
TF 2.5Issues related to TF 2.5Issues related to TF 2.5comp:opsOPs related issuesOPs related issuesregression issueTo spot regression issues in latest versionTo spot regression issues in latest versionstat:awaiting tensorflowerStatus - Awaiting response from tensorflowerStatus - Awaiting response from tensorflowertype:bugBugBug
System information
Describe the current behavior
The Python interpreter crashes silently without any error when using the
tf.math.tanh()function.Describe the expected behavior
Works without crashing
Standalone code to reproduce the issue
Other info / logs
When running
python -u -m trace -t crash.pythe last lines are:You can also find in attachment a screenshot of the crash.
