-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch all available presets to Kaggle format (#2206)
* 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
- Loading branch information
Showing
27 changed files
with
266 additions
and
1,554 deletions.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.