Closed ashkanee closed 6 months ago
When trying to add a layer using:
model.add(complex_layers.ComplexDense(15, activation='relu')) I get:
model.add(complex_layers.ComplexDense(15, activation='relu'))
self.w_r = self.add_weight('kernel_r', TypeError: add_weight() got multiple values for argument 'shape'
Can you please help? Thanks
Hello,
Sorry for the late reply. I cannot realize what is wrong here. Can you give me the full code example? The MRE?
Thanks for the reply. This error is related to the issue here. I think it is better to close this one.
When trying to add a layer using:
model.add(complex_layers.ComplexDense(15, activation='relu'))
I get:self.w_r = self.add_weight('kernel_r', TypeError: add_weight() got multiple values for argument 'shape'
Can you please help? Thanks