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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃И Fix nightly #299

Merged
merged 4 commits into from
May 10, 2022
Merged

馃И Fix nightly #299

merged 4 commits into from
May 10, 2022

Conversation

ashwinvaidya17
Copy link
Collaborator

Description

  • Move inferencer tests to pre-merge as they are very fast and we need to validate them before changes to inferencers are merged.
  • Set devices flag to 1 as all models fail with default setting. This is because if this flag is not set, all GPUs are selected and the distribute method of Pytorch Lightning is not able to pickle FeatureExtractor.
  • Upgrade openvino as the old version throws error for inference on xml model.

Ashwin Vaidya added 4 commits May 6, 2022 09:51
@@ -95,7 +95,7 @@ commands =
coverage erase
coverage run --include=anomalib/* -m pytest tests/nightly/ -ra --showlocals
; https://github.com/openvinotoolkit/anomalib/issues/94
coverage report -m --fail-under=64
coverage report -m --fail-under=33
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I moved inferencer tests from nightly to pre-merge

@samet-akcay samet-akcay merged commit 40e0c63 into development May 10, 2022
@samet-akcay samet-akcay deleted the fix/av/inferencer_test branch May 10, 2022 08:47
husmen added a commit to husmen/anomalib that referenced this pull request May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants