keras-complex icon indicating copy to clipboard operation
keras-complex copied to clipboard

Using `ComplexDense` and `ComplexConv` now fails in Keras Sequential

Open casabre opened this issue 8 months ago • 0 comments

With Tensorflow 2.16.1, the following errors shows up

ValueError: Layers added to a Sequential model can only have a single positional argument, the input tensor. Layer ComplexConv1D has multiple positional arguments: [<Parameter "inputs">, <Parameter "**kwargs">]

casabre avatar Jun 10 '24 12:06 casabre