Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- KEY:
NAME: opt_learning_rate_decay_steps
REQ: EXACTLY_ONE
CHECK: " v['value'] * s['global_batch_size'] == 1.2e6 "
CHECK: " v['value'] == 1200000 "

- KEY:
NAME: opt_learning_rate_warmup_steps
Expand Down Expand Up @@ -79,7 +79,7 @@
ATLEAST_ONE_CHECK: "(v['value'] <= 3.3) and v['value'] > 0.0"

- KEY:
NAME: MAX_STEPS
NAME: max_steps
REQ: EXACTLY_ONE
CHECK: " v['value'] == 1200000 "

1 change: 1 addition & 0 deletions mlperf_logging/mllog/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
LARS_OPT_WEIGHT_DECAY = "lars_opt_weight_decay"
MAX_IMAGE_SIZE = "max_image_size"
MAX_SAMPLES = "max_samples"
MAX_STEPS = "max_steps"
MAX_SEQUENCE_LENGTH = "max_sequence_length"
MIN_IMAGE_SIZE = "min_image_size"
MODEL_BN_SPAN = "model_bn_span"
Expand Down