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

change default parameter values for DRAEM #495

Merged
merged 1 commit into from
Aug 11, 2022
Merged
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
4 changes: 2 additions & 2 deletions anomalib/models/draem/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ model:
anomaly_source_path: null # optional, e.g. ./datasets/dtd
lr: 0.0001
early_stopping:
patience: 50
patience: 20
metric: pixel_AUROC
mode: max
normalization_method: min_max # options: [none, min_max, cdf]
Expand Down Expand Up @@ -88,7 +88,7 @@ trainer:
limit_val_batches: 1.0
log_every_n_steps: 50
log_gpu_memory: null
max_epochs: 100
max_epochs: 700
max_steps: -1
max_time: null
min_epochs: null
Expand Down