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

Ersi lig 3912 refactor mae to use timm vit #1461

Merged
merged 59 commits into from
Mar 6, 2024

fixed typing

90a2ee0
Select commit
Loading
Failed to load commit list.
Merged

Ersi lig 3912 refactor mae to use timm vit #1461

fixed typing
90a2ee0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 5, 2024 in 1s

22.99% of diff hit (target 84.35%)

View this Pull Request on Codecov

22.99% of diff hit (target 84.35%)

Annotations

Check warning on line 47 in lightly/models/modules/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/__init__.py#L47

Added line #L47 was not covered by tests

Check warning on line 51 in lightly/models/modules/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/__init__.py#L51

Added line #L51 was not covered by tests

Check warning on line 352 in lightly/models/modules/masked_autoencoder.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/masked_autoencoder.py#L351-L352

Added lines #L351 - L352 were not covered by tests

Check warning on line 355 in lightly/models/modules/masked_autoencoder.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/masked_autoencoder.py#L355

Added line #L355 was not covered by tests

Check warning on line 358 in lightly/models/modules/masked_autoencoder.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/masked_autoencoder.py#L357-L358

Added lines #L357 - L358 were not covered by tests

Check warning on line 1 in lightly/models/modules/masked_autoencoder_timm.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/masked_autoencoder_timm.py#L1

Added line #L1 was not covered by tests

Check warning on line 4 in lightly/models/modules/masked_autoencoder_timm.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/masked_autoencoder_timm.py#L3-L4

Added lines #L3 - L4 were not covered by tests

Check warning on line 9 in lightly/models/modules/masked_autoencoder_timm.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/masked_autoencoder_timm.py#L6-L9

Added lines #L6 - L9 were not covered by tests

Check warning on line 11 in lightly/models/modules/masked_autoencoder_timm.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/masked_autoencoder_timm.py#L11

Added line #L11 was not covered by tests

Check warning on line 14 in lightly/models/modules/masked_autoencoder_timm.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/masked_autoencoder_timm.py#L14

Added line #L14 was not covered by tests

Check warning on line 51 in lightly/models/modules/masked_autoencoder_timm.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/masked_autoencoder_timm.py#L51

Added line #L51 was not covered by tests

Check warning on line 66 in lightly/models/modules/masked_autoencoder_timm.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/masked_autoencoder_timm.py#L66

Added line #L66 was not covered by tests

Check warning on line 69 in lightly/models/modules/masked_autoencoder_timm.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/masked_autoencoder_timm.py#L68-L69

Added lines #L68 - L69 were not covered by tests

Check warning on line 76 in lightly/models/modules/masked_autoencoder_timm.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/masked_autoencoder_timm.py#L76

Added line #L76 was not covered by tests

Check warning on line 80 in lightly/models/modules/masked_autoencoder_timm.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/masked_autoencoder_timm.py#L80

Added line #L80 was not covered by tests

Check warning on line 96 in lightly/models/modules/masked_autoencoder_timm.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/masked_autoencoder_timm.py#L95-L96

Added lines #L95 - L96 were not covered by tests

Check warning on line 100 in lightly/models/modules/masked_autoencoder_timm.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/masked_autoencoder_timm.py#L100

Added line #L100 was not covered by tests

Check warning on line 102 in lightly/models/modules/masked_autoencoder_timm.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/masked_autoencoder_timm.py#L102

Added line #L102 was not covered by tests

Check warning on line 115 in lightly/models/modules/masked_autoencoder_timm.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/masked_autoencoder_timm.py#L113-L115

Added lines #L113 - L115 were not covered by tests

Check warning on line 117 in lightly/models/modules/masked_autoencoder_timm.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/masked_autoencoder_timm.py#L117

Added line #L117 was not covered by tests

Check warning on line 134 in lightly/models/modules/masked_autoencoder_timm.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/masked_autoencoder_timm.py#L133-L134

Added lines #L133 - L134 were not covered by tests

Check warning on line 136 in lightly/models/modules/masked_autoencoder_timm.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/masked_autoencoder_timm.py#L136

Added line #L136 was not covered by tests

Check warning on line 152 in lightly/models/modules/masked_autoencoder_timm.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/masked_autoencoder_timm.py#L149-L152

Added lines #L149 - L152 were not covered by tests

Check warning on line 154 in lightly/models/modules/masked_autoencoder_timm.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/masked_autoencoder_timm.py#L154

Added line #L154 was not covered by tests

Check warning on line 168 in lightly/models/modules/masked_autoencoder_timm.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lightly/models/modules/masked_autoencoder_timm.py#L167-L168

Added lines #L167 - L168 were not covered by tests