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

Fix typo #17

Merged
merged 27 commits into from
Jan 2, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
minor fix
  • Loading branch information
edadaltocg committed Jan 2, 2024
commit 00c0dc1c2a949a618994be51742d6ac824805bcf
2 changes: 1 addition & 1 deletion src/detectors/__init__.py
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
from .data import create_dataset, get_dataset_cls, list_datasets, register_dataset
from .eval import get_ood_results
from .methods import create_detector, create_hyperparameters, list_detectors, register_detector
from .methods.utils import create_reduction
from .methods.templates import Detector
from .methods.utils import create_reduction
from .models import create_model, create_transform, list_models, timm_register_model
from .pipelines import create_pipeline, list_pipelines, register_pipeline