Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR #17544: Fix ConvNeXt classifier activation bug
Imported from GitHub PR #17544 Fixes the issue #17386. Please find the bug, fix, and test [gist here](https://colab.research.google.com/gist/Frightera/93a784fc0e03a19f5804e7e14bfbecba/-17386.ipynb). Copybara import of the project: -- eedabb6 by Kaan <[email protected]>: Pass classifier_activation arg to "Head" -- e226091 by Kaan <[email protected]>: Add classifier_activation to the docstring -- 3856fed by Kaan <[email protected]>: Add classifier_activation unit test -- c3dfc34 by Kaan <[email protected]>: Move classifier_activation validation before head creation -- 71eaa69 by Kaan <[email protected]>: Update test_application_classifier_activation -- ebd6940 by Kaan Bıçakcı <[email protected]>: Reformatting using format.sh -- bce4ac9 by Kaan Bıçakcı <[email protected]>: Fix test_application_classifier_activation test -- 00d4889 by Kaan Bıçakcı <[email protected]>: Fix Head params to accept classifier_activation -- 2c22d37 by Kaan Bıçakcı <[email protected]>: Revert "Fix Head params to accept classifier_activation" This reverts commit 00d4889. -- 3abd441 by Kaan Bıçakcı <[email protected]>: Exclude RegNet in test_application_classifier_activation Merging this change closes #17544 FUTURE_COPYBARA_INTEGRATE_REVIEW=#17544 from Frightera:frightera_fix_17386 3abd441 PiperOrigin-RevId: 509550999
- Loading branch information