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

API Generator Code for Keras #19523

Closed
wants to merge 4 commits into from

Conversation

sampathweb
Copy link
Collaborator

API Generator Code.

@sampathweb sampathweb marked this pull request as ready for review April 15, 2024 23:30
@gbaned gbaned added this to Assigned Reviewer in PR Queue via automation Apr 16, 2024
shell/format.sh Outdated
@@ -3,6 +3,10 @@ set -Eeuo pipefail

base_dir=$(dirname $(dirname $0))

echo "Generating public APIs..."
python3 "${base_dir}"/api_gen.py
Copy link
Member

Choose a reason for hiding this comment

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

Upon thinking more about it -- an issue with generating the API in this script is that it takes quite a bit of time, but most of the time it won't be needed (it's only needed when we add new APIs). So it's actually better to have it in a separate script after all.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks for the feedback. Added shell/api_gen.sh to generate APIs and kept shell/format.sh for Code formatting.

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.

The changes look good!

@sampathweb sampathweb changed the title API Generator for Keras API Generator Code for Keras Apr 16, 2024
@sampathweb
Copy link
Collaborator Author

Closing this PR since #19530 is now merged.

@sampathweb sampathweb closed this Apr 16, 2024
PR Queue automation moved this from Assigned Reviewer to Closed/Rejected Apr 16, 2024
@sampathweb sampathweb deleted the api-gen-code branch April 16, 2024 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
PR Queue
Closed/Rejected
Development

Successfully merging this pull request may close these issues.

None yet

3 participants