We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76e0d55 + db065c1 commit e768f60Copy full SHA for e768f60
ci/benchmarks/partial-conv/esm2_finetuning.yaml
@@ -74,3 +74,28 @@ script: |-
74
--disable-checkpointing \
75
--early-stop-on-step=${stop_steps} \
76
--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
92
+ max: 0.1372
93
+ min: 0.0993
94
+ TFLOPS_per_GPU:
95
96
+ max: 719.5984
97
+ min: 694.8020
98
+ val_acc:
99
100
+ max: 0.8462
101
+ min: 0.7833
0 commit comments