-
Notifications
You must be signed in to change notification settings - Fork 446
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update `build_norm_layer` to use `norm_callable` * WIP * Replace `norm_cfg` with `norm_callable` * Update `activation_callable` docstring * Update `CHANGELOG` * Enable using pre-assigned nn.Module * Update to use pre-assigned norm layer in `ConvModule` * Fix * Enable `partial(build_norm_layer, ...)` * Fix unit test * Fix typo * Fix unit test * Fix unit test * Restore `build_activation_layer` and update `ConvModule` to use preassigned module * Update to use `build_activation_layer` * Fix * Enable to get nn.Module * Remove `callable` in arg name * Fix unit test * Fix rtdetr18 * Fix * precommit * Fix
- Loading branch information
Showing
66 changed files
with
1,446 additions
and
1,138 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
Oops, something went wrong.