generated from dopt-python/py311
adapted anomaly threshold constant based on tests (#19)
ANOMALY_THRESHOLD changed Co-authored-by: frasu <frasu@noreply.localhost> Reviewed-on: #19
This commit is contained in:
parent
80ce3dd46d
commit
6e3192885b
@ -9,7 +9,7 @@ THRESHOLD_BW: Final[int] = 63
|
||||
BACKBONE: Final[str] = "wide_resnet50_2"
|
||||
LAYERS: Final[tuple[str, ...]] = ("layer1", "layer2", "layer3")
|
||||
RATIO: Final[float] = 0.01
|
||||
ANOMALY_THRESHOLD: Final[float] = 0.2
|
||||
ANOMALY_THRESHOLD: Final[float] = 0.14
|
||||
|
||||
NUM_VALID_ELECTRODES: Final[int] = 6
|
||||
HEATMAP_FILENAME_SUFFIX: Final[str] = "_Heatmap"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user