Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Complex dtype input support for layers #19872

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mehtamansi29
Copy link
Collaborator

Updated complex dtype for ALLOWED_DTYPES=complex64,complex128 in the documentation. Please have a look at the changes and do the needful. Thank you. Fixes #19860

Updated complex dtype for ALLOWED_DTYPES=complex64,complex128 in the documentation. Please have a look at the changes and do the needful. Thank you.
Fixes keras-team#19860
@gbaned gbaned added this to Assigned Reviewer in PR Queue via automation Jun 18, 2024
@gbaned gbaned requested a review from fchollet June 18, 2024 14:25
@fchollet
Copy link
Member

Thanks for the PR! We'd need to add some test with a custom layer with complex inputs to verify that it works (and make sure we won't break it in the future). Also, current tests seem to be failing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
PR Queue
Assigned Reviewer
Development

Successfully merging this pull request may close these issues.

[Feature request] Complex dtype input support for layers
3 participants