Skip to content

Commit 7000320

Browse files
committed
added jet tests for geneformer
1 parent f3b79be commit 7000320

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

ci/benchmarks/partial-conv/geneformer_pretrain.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,23 @@ script: |-
6363
--accumulate-grad-batches ${acc_grad} \
6464
--precision ${precision} \
6565
--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+
operator: range
81+
max: 2.5
82+
min: 2.45
83+
TFLOPS_per_GPU:
84+
operator: geq
85+
value: 41

0 commit comments

Comments
 (0)