-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiffusion.yml
More file actions
38 lines (34 loc) · 1.04 KB
/
diffusion.yml
File metadata and controls
38 lines (34 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# POLY IPA [mnist, resnet, dlrm, mobilenet, vgg] needs to be re-run because of a faster verifier implementation
$SUITE_VARS$:
$INCLUDE_VARS$: general.yml
exp_nocom_kzg_diffusion:
n_repetitions: 1
host_types: {large: {n: 1, init_roles: setup-base, $CMD$: "[% my_run.cmd %]"}}
base_experiment:
model: diffusion
cpsnark: no_com
pc_type: kzg
exp_poly_kzg_diffusion:
n_repetitions: 1
host_types: {large: {n: 1, init_roles: setup-base, $CMD$: "[% my_run.cmd %]"}}
base_experiment:
model: diffusion
cpsnark: poly
pc_type: kzg
exp_poly_ip_kzg_diffusion:
n_repetitions: 1
host_types: {large: {n: 1, init_roles: setup-base, $CMD$: "[% my_run.cmd %]"}}
base_experiment:
model: diffusion
cpsnark: pedersen
pc_type: kzg
$ETL$:
overview:
experiments: "*"
extractors:
ErrorExpectedFileExtractor: {expected_file: ["output.csv"]}
IgnoreExtractor: {file_regex: ["stdout.log"]}
CsvExtractor: {file_regex: ["output.csv"]}
transformers: []
loaders:
CsvSummaryLoader: {skip_empty: True}