File tree Expand file tree Collapse file tree
ci/benchmarks/partial-conv Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,6 +63,9 @@ script: |-
6363 --disable-checkpointing;
6464tests :
6565 - logic_type : static
66+ # It can be used with the product_identifier to filter the runs by target (GPU type)
67+ # but in fact this test should work with any target
68+ # product_identifier: { 'target': 'dgxa100_dracooci-iad' }
6669 logic_spec :
6770 exit_codes :
6871 - 0
7780 reduced_train_loss :
7881 operator : range
7982 max : 2.5640
80- min : 2.5
83+ min : 2.45
8184 TFLOPS_per_GPU :
8285 operator : geq
8386 value : 140.0
Original file line number Diff line number Diff line change @@ -63,22 +63,25 @@ script: |-
6363 --disable-checkpointing;
6464tests :
6565 - logic_type : static
66+ # It can be used with the product_identifier to filter the runs by target (GPU type)
67+ # but in fact this test should work with any target
68+ # product_identifier: { 'target': 'dgxa100_dracooci-iad' }
6669 logic_spec :
6770 exit_codes :
6871 - 0
6972 baselines :
7073 consumed_samples :
7174 operator : eq
72- value : 13568000.0
75+ value : 13312000.0
76+ # increasing val_loss is expected as we are using a different training cluster set
7377 val_loss :
7478 operator : range
75- max : 2.5906
76- min : 2.4833
79+ max : 8.5
80+ min : 8.0
7781 reduced_train_loss :
7882 operator : range
79- max : 2.5640
80- min : 2.4578
81- tflops_per_sec_per_gpu :
82- operator : range
83- max : 157.9352
84- min : 141.2835
83+ max : 0.0025
84+ min : 0.0005
85+ TFLOPS_per_GPU :
86+ operator : geq
87+ value : 140.0
Original file line number Diff line number Diff line change @@ -65,13 +65,16 @@ script: |-
6565 --disable-checkpointing;
6666tests :
6767 - logic_type : static
68+ # It can be used with the product_identifier to filter the runs by target (GPU type)
69+ # but in fact this test should work with any target
70+ # product_identifier: { 'target': 'dgxa100_dracooci-iad' }
6871 logic_spec :
6972 exit_codes :
7073 - 0
7174 baselines :
7275 consumed_samples :
7376 operator : eq
74- value : 15347456
77+ value : 15360000.0
7578 val_loss :
7679 operator : range
7780 max : 2.4
You can’t perform that action at this time.
0 commit comments