Skip to content

Commit dc42092

Browse files
authored
Merge pull request #118 from XiaotingChen/main
Update DEFAULT_BENCHMARKING_BIN_SIZE to align with publication
2 parents 83cd5d2 + dd316e3 commit dc42092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maxatac/utilities/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109

110110
# Benchmarking Constants
111111
DEFAULT_BENCHMARKING_AGGREGATION_FUNCTION = "max"
112-
DEFAULT_BENCHMARKING_BIN_SIZE = 32
112+
DEFAULT_BENCHMARKING_BIN_SIZE = 200
113113

114114
INPUT_CHANNELS = 5
115115
TRAIN_MONITOR = "val_loss"

0 commit comments

Comments
 (0)