qkeras icon indicating copy to clipboard operation
qkeras copied to clipboard

take unstack from array_ops_stack, not directly from array_ops

Open jmitrevs opened this issue 1 year ago • 1 comments

Starting with tensorflow 2.13 tensorflow.python.ops.array_ops no longer has unstack. One must take it from array_ops_stack. (The alternate fix would be to import tensorflow.python.ops.array_ops_stack separately.

jmitrevs avatar May 03 '24 22:05 jmitrevs