From a7dc3cb13b512eefd6debcce596a109a8a6a99e3 Mon Sep 17 00:00:00 2001 From: refraction-ray Date: Tue, 9 Apr 2024 17:27:50 +0800 Subject: [PATCH] give specific reason on disable tf2.16+ --- tests/test_keras.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_keras.py b/tests/test_keras.py index 187a316e..3564f828 100644 --- a/tests/test_keras.py +++ b/tests/test_keras.py @@ -129,6 +129,9 @@ def qf(inputs, param): def test_keras_layer_inputs_dict(tfb): + # https://github.com/tensorflow/tensorflow/issues/65306 + # keras3 for tf2.16+ fails to accept complex valued input for keras layers + # which is vital for quantum applications n = 3 p = 0.1 K = tc.backend