Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 6 replies, 0 views
Replied In
tf.random is broken since Monterey 12.1
At least for me it works if I do
with tf.device('/cpu:0'):
tf.random.uniform((10,))
But of course that's not a perfect solution. Also tf.sort and tf.argsort are broken. You can use the same workaround for them.