Add TFConvNextModel #15750
feat: initial implementation of convnext in tensorflow.
d2a08483
Merge branch 'master' into convnext-tf
66fc8fad
fix: sample code for the classification model.
583769c7
Merge branch 'master' into convnext-tf
1e0a5898
chore: added checked for from the classification model.
c667d93e
chore: set bias initializer in the classification head.
7aecfa9a
chore: updated license terms.
222c4654
chore: removed ununsed imports
835dbdb9
feat: enabled argument during using drop_path.
d6f91b64
Merge branch 'master' into convnext-tf
e92b6ce7
chore: replaced tf.identity with layers.Activation(linear).
e1fec885
chore: edited default checkpoint.
30e4bcb6
fix: minor bugs in the initializations.
b0051ace
partial-fix: tf model errors for loading pretrained pt weights.
aeb14f73
partial-fix: call method updated
aec69dcf
partial-fix: cross loading of weights (4x3 variables to be matched)
6c0fae26
chore: removed unneeded comment.
ee62db49
removed playground.py
8c1d6a3e
rebasing
490adf88
rebasing and removing playground.py.
fa494693
Merge branch 'master' into convnext-tf
18f0b0ac
fix: renaming TFConvNextStage conv and layer norm layers
acb6fa00
Merge branch 'convnext-tf' of https://github.com/sayakpaul/transforme…
077ee252
chore: added initializers and other minor additions.
8d56711c
chore: added initializers and other minor additions.
11b0683d
add: tests for convnext.
fd0ca7fa
fix: integration tester class.
98911a24
fix: issues mentioned in pr feedback (round 1).
b30a8ccb
fix: how output_hidden_states arg is propoagated inside the network.
2181d5b2
feat: handling of arg for pure cnn models.
cc98979f
chore: added a note on equal contribution in model docs.
12e4505d
rebasing
eb493386
rebasing and removing playground.py.
5e01b71b
Merge branch 'master' of https://github.com/sayakpaul/transformers
3bd1c92a
Merge branch 'master' into convnext-tf
3aefac74
feat: encapsulation for the convnext trunk.
908d0cf8
Fix variable naming; Test-related corrections; Run make fixup
d386cf88
chore: added Joao as a contributor to convnext.
15c916f4
rebasing
05b82737
rebasing and removing playground.py.
d247441d
rebasing
bb8e6c20
rebasing and removing playground.py.
3b5366d7
Merge branch 'master' into convnext-tf
d3752141
chore: corrected copyright year and added comment on NHWC.
49b35cda
chore: fixed the black version and ran formatting.
d9b50793
chore: ran make style.
4b4737f5
chore: removed from_pt argument from test, ran make style.
2322a5f4
rebasing
61ae121e
rebasing and removing playground.py.
b5683772
rebasing
1259bf8b
rebasing and removing playground.py.
96c1ea4e
Merge branch 'master' into convnext-tf
0f98fb5d
fix: tests in the convnext subclass, ran make style.
b1972164
rebasing
7dcd98a3
rebasing and removing playground.py.
95fffedb
rebasing
f8129a11
rebasing and removing playground.py.
dab68667
Merge branch 'master' into convnext-tf
9d6b8adc
chore: moved convnext test to the correct location
69b54139
fix: locations for the test file of convnext.
15c6814e
Merge branch 'fix/convnext-tf' into convnext-tf
e39c41b1
fix: convnext tests.
98111f85
chore: applied sgugger's suggestion for dealing w/ output_attentions.
3e069429
chore: added comments.
bc460169
chore: applied updated quality enviornment style.
06e19cd3
chore: applied formatting with quality enviornment.
229a817a
chore: revert to the previous tests/test_modeling_common.py.
ad5d7e01
chore: revert to the original test_modeling_common.py
4dea1750
gante
commented
on 2022-02-24
chore: revert to previous states for test_modeling_tf_common.py and m…
0f8069d6
fix: tests for convnext.
f4292b45
chore: removed output_attentions argument from convnext config.
8b99c8e6
chore: revert to the earlier tf utils.
78198505
fix: output shapes of the hidden states
ba9484ff
gante
approved these changes
on 2022-02-25
chore: removed unnecessary comment
553bac53
chore: reverting to the right test_modeling_tf_common.py.
d22e0cbc
Styling nits
de00fb28
Merge pull request #3 from huggingface/tfconvnext
b2309fe4
sgugger
merged
84eaa6ac
into master 4 years ago
Assignees
No one assigned
Login to write a write a comment.
Login via GitHub