Skip to content

Commit e768f60

Browse files
authored
Merge branch 'main' into edawson/scdl-schema
2 parents 76e0d55 + db065c1 commit e768f60

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

ci/benchmarks/partial-conv/esm2_finetuning.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,28 @@ script: |-
7474
--disable-checkpointing \
7575
--early-stop-on-step=${stop_steps} \
7676
--create-tflops-callback;
77+
tests:
78+
- logic_type: static
79+
logic_spec:
80+
exit_codes:
81+
- 0
82+
baselines:
83+
consumed_samples:
84+
operator: eq
85+
value: 3072000.0
86+
val_loss:
87+
operator: range
88+
max: 0.6678
89+
min: 0.5630
90+
reduced_train_loss:
91+
operator: range
92+
max: 0.1372
93+
min: 0.0993
94+
TFLOPS_per_GPU:
95+
operator: range
96+
max: 719.5984
97+
min: 694.8020
98+
val_acc:
99+
operator: range
100+
max: 0.8462
101+
min: 0.7833

0 commit comments

Comments
 (0)