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

Fix Syntax error for combined_model.compile of WideDeepModel #16447

Merged
merged 1 commit into from
Apr 23, 2022

Conversation

gadagashwini
Copy link
Contributor

combined_model.compile() missing keyword arguments such as loss and metrics.
This PR Fixes SyntaxError: positional argument follows keyword argument

combined_model.compile() missing keyword arguments. 
Fixing SyntaxError: positional argument follows keyword argument
@gbaned gbaned requested a review from fchollet April 21, 2022 14:19
@google-ml-butler google-ml-butler bot added the keras-team-review-pending Pending review by a Keras team member. label Apr 21, 2022
Copy link
Member

@fchollet fchollet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

@google-ml-butler google-ml-butler bot added kokoro:force-run ready to pull Ready to be merged into the codebase labels Apr 21, 2022
@fchollet fchollet removed the keras-team-review-pending Pending review by a Keras team member. label Apr 21, 2022
@copybara-service copybara-service bot merged commit 9613004 into keras-team:master Apr 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to pull Ready to be merged into the codebase size:XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants