Open zaqqwerty opened 2 years ago
The immediate cause of error in #128 is that tfq.from_tensor() tries to call .numpy() internally. Can TFQ be patched to not attempt to call .numpy()?
tfq.from_tensor()
.numpy()
The immediate cause of error in #128 is that
tfq.from_tensor()
tries to call.numpy()
internally. Can TFQ be patched to not attempt to call.numpy()
?