keras-complex
keras-complex copied to clipboard
Keras-Tensorflow implementation of complex-valued convolutional neural networks
Dear everyone, Nice to meet you I'm training my custom model, but, can't see accuracy of model, only could see loss value on Terminal I'm attaching some hint 👍 Thanks...
It seems that pyproject.toml setting for dependencies is somehow not PEP508 compatible ```toml dependencies = [ 'tensorflow>="2.0.0"', 'numpy', 'scipy', 'scikit-learn', ] ``` It should be ```toml dependencies = [ 'tensorflow>=2.0.0',...
I am now trying to use Keras-complex on an autoencoder for one image compression and reconstruction project. In my code: ``` **def encoder(x): x = complexnn.conv.ComplexConv3D(filters=2, kernel_size=(3, 3, 2), padding='same',...
hello, I have several questions.fisrt the max pooling layer does not contain the complex pooling layer. Can the max pooling kernel of the real be the same? second I can't...
https://github.com/JesperDramsch/keras-complex/blob/dae77df28b59d97b334facad4185cb8bcefa25f7/complexnn/fft.py#L54 I was curious if there was anything wrong with using the tf.signal implementation for ft, fft2, etc.
closes #23
With Tensorflow 2.16.1, the following errors shows up ```shell ValueError: Layers added to a Sequential model can only have a single positional argument, the input tensor. Layer ComplexConv1D has multiple...
synced local file(s) with [JesperDramsch/github-files](https://github.com/JesperDramsch/github-files). Changed files synced local directory .github/workflows/ with remote directory workflows/code-quality/created local .github/dependabot.yml from remote configs/dependabot.ymlsynced local directory .github/workflows/ with remote directory workflows/python/synced local directory ./...