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

Revert "🚚 Refactor Benchmarking Script" #1239

Merged
merged 1 commit into from
Aug 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ target-version = "py38"
# Allow imports relative to the "src" and "tests" directories.
src = ["src", "tests"]

[tool.ruff.isort]
known-third-party = ["wandb", "comet_ml"]

[tool.ruff.mccabe]
# Unlike Flake8, default to a complexity level of 10.
max-complexity = 10
Expand Down
2 changes: 1 addition & 1 deletion requirements/loggers.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
comet-ml>=3.31.7
gradio>=2.9.4
tensorboard
wandb>=0.13.0
wandb==0.12.17
GitPython
ipykernel
8 changes: 2 additions & 6 deletions src/anomalib/utils/sweep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@

from .config import flatten_sweep_params, get_run_config, set_in_nested_config
from .helpers import get_openvino_throughput, get_sweep_callbacks, get_torch_throughput
from .utils import Status, exception_wrapper, redirect_output

__all__ = [
"exception_wrapper",
"flatten_sweep_params",
"get_run_config",
"set_in_nested_config",
"get_sweep_callbacks",
"get_openvino_throughput",
"get_torch_throughput",
"set_in_nested_config",
"redirect_output",
"Status",
"flatten_sweep_params",
]
105 changes: 0 additions & 105 deletions src/anomalib/utils/sweep/utils.py

This file was deleted.

Loading