-
Notifications
You must be signed in to change notification settings - Fork 106
Update internal functions to reflect deprecated keras functions #639
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
Conversation
topepo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, please make an entry in the news file about this.
Merge commit '8f26aaaa9c170c58d33f24a895970fc58bf7101d' Conflicts: .github/workflows/R-CMD-check.yaml
|
This PR tries to handle a couple of different problems. The first problem is the error emitted by Keras as mentioned in #613 and #596, where Secondly the use of Lastly, I have tested these changes locally using all combinations that could be installed together of
|
|
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
This PR aims to close #613 and close #596.
With the changes to tensorflow, internal functions have been updated to reflect deprecated functions.