You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution to issue cannot be found in the documentation.
I checked the documentation.
Issue
Unable to make random number generators. This happens with conda-forge (python 3.11.3 + tensorflow 2.12.1 and onwards). It works fine with pip (python 3.11.3 + tensorflow 2.12.0 and onwards)
Standalone code to reproduce the issue
import tensorflow as tf
g = tf.random.Generator.from_seed(1)
g.normal(shape=[3])
Relevant log output
Assertion failed: (f == nullptr || dynamic_cast<To>(f) != nullptr), function down_cast, file ./tensorflow/tsl/platform/default/casts.h, line 58.
[1] 18173 abort python
Solution to issue cannot be found in the documentation.
Issue
Unable to make random number generators. This happens with conda-forge (python 3.11.3 + tensorflow 2.12.1 and onwards). It works fine with pip (python 3.11.3 + tensorflow 2.12.0 and onwards)
Standalone code to reproduce the issue
Relevant log output
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: