Skip to content

Commit

Permalink
Set stfpm precision to 32 (#3484)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinvaidya17 authored May 10, 2024
1 parent 377de90 commit faed8f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/otx/recipe/anomaly_classification/stfpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ callback_monitor: image_F1Score

data: ../_base_/data/torchvision_base.yaml
overrides:
precision: 32
max_epochs: 100
callbacks:
- class_path: lightning.pytorch.callbacks.EarlyStopping
Expand Down
1 change: 1 addition & 0 deletions src/otx/recipe/anomaly_detection/stfpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ callback_monitor: image_F1Score

data: ../_base_/data/torchvision_base.yaml
overrides:
precision: 32
max_epochs: 100
callbacks:
- class_path: lightning.pytorch.callbacks.EarlyStopping
Expand Down
1 change: 1 addition & 0 deletions src/otx/recipe/anomaly_segmentation/stfpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ callback_monitor: image_F1Score

data: ../_base_/data/torchvision_base.yaml
overrides:
precision: 32
max_epochs: 100
callbacks:
- class_path: lightning.pytorch.callbacks.EarlyStopping
Expand Down

0 comments on commit faed8f7

Please sign in to comment.