Closed jonasd4 closed 1 year ago
Patch coverage: 67.39%
and project coverage change: -0.81%
:warning:
Comparison is base (
62a80b7
) 74.24% compared to head (ce6dd8b
) 73.43%. Report is 3 commits behind head on master.:exclamation: Current head ce6dd8b differs from pull request most recent head 1b18a9e. Consider uploading reports for the commit 1b18a9e to get more accurate results
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When using the DINO ViT models from torch hub, an error occurred when the project directory also contained a utils module. This PR instantiates the vit models independently and then loads only the state dict from torch hub.