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

Add ConvNeXt models #16421

Merged
merged 22 commits into from
May 10, 2022
Merged
Changes from 8 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
ce8d99b
feat: initial implementation of convnext.
sayakpaul Apr 15, 2022
2470a0e
chore: added config and cleaned up some code.
sayakpaul Apr 16, 2022
4d49ca2
fix: initial convnext implementation.
sayakpaul Apr 16, 2022
bfd1af8
chore: added doc instantiator.
sayakpaul Apr 17, 2022
9844e27
chore: applied initial PR feedback.
sayakpaul Apr 17, 2022
3b990ae
chore: Block -> ConvNeXtBlock.
sayakpaul Apr 18, 2022
2c1b1e4
chore: corrected repo link and indentation.
sayakpaul Apr 18, 2022
dfe6a6b
feat: added config to convnext block, simplied staging.
sayakpaul Apr 19, 2022
8a150fe
chore: address luke's review feedback.
sayakpaul Apr 30, 2022
e5171b4
chore: add convnext models to init.
sayakpaul May 2, 2022
6b9f091
add: tests, _init_ changes.
sayakpaul May 2, 2022
eaba0d1
chore: self.activation.
sayakpaul May 3, 2022
65de069
changes to build files.
sayakpaul May 6, 2022
78e7558
add: missing comma.
sayakpaul May 6, 2022
e8ee816
feat: application of normalization for 3-channel inputs.
sayakpaul May 6, 2022
d3ee960
fix: reconstruction of convnext models from config.
sayakpaul May 6, 2022
e691392
feat: convnext with functional api.
sayakpaul May 6, 2022
dd84bc3
Merge pull request #2 from sayakpaul/feat/convnext-functional
sayakpaul May 6, 2022
4b24dc0
chore: spacing fix/
sayakpaul May 6, 2022
ea5f829
Merge pull request #3 from sayakpaul/feat/convnext-functional
sayakpaul May 6, 2022
aa7b4c3
chore: datatype to float.
sayakpaul May 9, 2022
c9e5b0d
chore: change weight path.
sayakpaul May 10, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading