We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b79be commit 7000320Copy full SHA for 7000320
1 file changed
ci/benchmarks/partial-conv/geneformer_pretrain.yaml
@@ -63,3 +63,23 @@ script: |-
63
--accumulate-grad-batches ${acc_grad} \
64
--precision ${precision} \
65
--disable-checkpointing;
66
+tests:
67
+ - logic_type: static
68
+ logic_spec:
69
+ exit_codes:
70
+ - 0
71
+ baselines:
72
+ consumed_samples:
73
+ operator: eq
74
+ value: 15347456
75
+ val_loss:
76
+ operator: range
77
+ max: 2.4
78
+ min: 2.36
79
+ reduced_train_loss:
80
81
+ max: 2.5
82
+ min: 2.45
83
+ TFLOPS_per_GPU:
84
+ operator: geq
85
+ value: 41
0 commit comments