Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Ersi lig 3912 refactor mae to use timm vit #1461
Ersi lig 3912 refactor mae to use timm vit #1461
Changes from 7 commits
951d43e
503cc44
ac43499
15bfe3a
49c85c0
9d95783
0bb601d
d7d69af
ec05437
923a606
bdce8a6
316f918
a6943fd
1a2b454
bc066ae
d56e340
5ed6803
4f0baf1
9c4a8cf
9904c10
83edd1c
e27946e
0672b0a
45433c5
c5cab9e
017168e
278423b
fde116c
f008645
c97112e
2e55d6b
484add1
971c19a
1ec7470
76ee356
edb2d42
f00d320
cc263fe
f7a532b
cc9d4ac
eda5ac0
0993ec5
4842901
bc9c6c3
73cb2ec
12eeb14
ab15124
c22b2ff
3fb9e86
17760fd
44cf4e8
07fdae4
a0f87ac
f61b708
0f8a927
a18bccd
b16bba8
90a2ee0
d89808f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 47 in lightly/models/modules/__init__.py
Codecov / codecov/patch
lightly/models/modules/__init__.py#L47
Check warning on line 51 in lightly/models/modules/__init__.py
Codecov / codecov/patch
lightly/models/modules/__init__.py#L51
Check warning on line 1 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L1
Check warning on line 4 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L3-L4
Check warning on line 9 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L6-L9
Check warning on line 11 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L11
Check warning on line 14 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L14
Check warning on line 51 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L51
Check warning on line 66 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L66
Check warning on line 69 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L68-L69
Check warning on line 76 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L76
Check warning on line 80 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L80
Check warning on line 96 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L95-L96
Check warning on line 100 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L100
Check warning on line 102 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L102
Check warning on line 115 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L113-L115
Check warning on line 117 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L117
Check warning on line 134 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L133-L134
Check warning on line 136 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L136
Check warning on line 152 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L149-L152
Check warning on line 154 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L154
Check warning on line 168 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L167-L168
Check warning on line 173 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L170-L173
Check warning on line 179 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L176-L179
Check warning on line 184 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L184
Check warning on line 188 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L188
Check warning on line 198 in lightly/models/modules/masked_autoencoder_timm.py
Codecov / codecov/patch
lightly/models/modules/masked_autoencoder_timm.py#L191-L198