Skip to content

Commit

Permalink
give specific reason on disable tf2.16+
Browse files Browse the repository at this point in the history
  • Loading branch information
refraction-ray committed Apr 9, 2024
1 parent be721a2 commit a7dc3cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_keras.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7dc3cb

Please sign in to comment.