-
Notifications
You must be signed in to change notification settings - Fork 330
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
Test presets with Keras saving fixes #2255
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…am#2200) * Adapt KerasCV to new preset logic * Add new preset logic to task, add segmentation example to test * Add updated Kaggle link handling * Fix backbone preset functionality in Task * Change to subclassing check for backbone in task
* Add preset conversion upload script * Fix formatting
* Change preset configs to Kaggle hangles * Remove legacy from_preset * Convert all remaining model presets to Kaggle handle * Convert last remaining presets to Kaggle handle * Add kaggle handle checking for task class * Add flag checking * Add alias subclass checking * Add input shape config override * Fix formatting * Update config for CenterPillarBackbone * Ensure that preset with weights defaults to loading weights * Fix formatting issues * Comment out preset conversion script * Convert preset script to functions * Address preset checking comments, update utils_test.py * Ensure subclass and alias checking * Change weights check * Update presets script * Change load_weights check * Add more models to preset conversion * Remaining models to preset conversion script * Add comments on load_weights behavior * Remove useless comment
* Update conversion script to specify name for models * Add kwargs argument
* Add clearer errors for preset methods * Formatting fixes
…#2225) * Update segformer_presets with backbone import * Update format.
* Convert initial kaggle handles * Add Vision transformer kaggle switch * Add kagglehub requirement and auth, fix formatting * Special case input shape arg * Add kaggle username and key to CI * Add kaggle authentication to Keras 2 actions * Add test line * Add an extra space * Fix input shape build on load_preset * Fix format issues
* Update SegFormer preset tests to remove input_shape arg * Add fix for saving compatibility with Keras 2, fix formatting
…am#2200) * Adapt KerasCV to new preset logic * Add new preset logic to task, add segmentation example to test * Add updated Kaggle link handling * Fix backbone preset functionality in Task * Change to subclassing check for backbone in task
* Add preset conversion upload script * Fix formatting
* Change preset configs to Kaggle hangles * Remove legacy from_preset * Convert all remaining model presets to Kaggle handle * Convert last remaining presets to Kaggle handle * Add kaggle handle checking for task class * Add flag checking * Add alias subclass checking * Add input shape config override * Fix formatting * Update config for CenterPillarBackbone * Ensure that preset with weights defaults to loading weights * Fix formatting issues * Comment out preset conversion script * Convert preset script to functions * Address preset checking comments, update utils_test.py * Ensure subclass and alias checking * Change weights check * Update presets script * Change load_weights check * Add more models to preset conversion * Remaining models to preset conversion script * Add comments on load_weights behavior * Remove useless comment
* Update conversion script to specify name for models * Add kwargs argument
* Add clearer errors for preset methods * Formatting fixes
…#2225) * Update segformer_presets with backbone import * Update format.
* Convert initial kaggle handles * Add Vision transformer kaggle switch * Add kagglehub requirement and auth, fix formatting * Special case input shape arg * Add kaggle username and key to CI * Add kaggle authentication to Keras 2 actions * Add test line * Add an extra space * Fix input shape build on load_preset * Fix format issues
* Update SegFormer preset tests to remove input_shape arg * Add fix for saving compatibility with Keras 2, fix formatting
I think we no longer need these so closing, but can re-open if we do! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.