You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/maxdiffusion/configs/base14.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ metrics_file: "" # for testing, local file that stores scalar metrics. If empty,
19
19
# If true save metrics such as loss and TFLOPS to GCS in {base_output_directory}/{run_name}/metrics/
20
20
write_metrics: True
21
21
gcs_metrics: True
22
+
23
+
timing_metrics_file: ""# for testing, local file that stores function timing metrics such as state creation, compilation. If empty, no metrics are written.
24
+
write_timing_metrics: True
25
+
22
26
# If true save config to GCS in {base_output_directory}/{run_name}/
Copy file name to clipboardExpand all lines: src/maxdiffusion/configs/base21.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ metrics_file: "" # for testing, local file that stores scalar metrics. If empty,
19
19
# If true save metrics such as loss and TFLOPS to GCS in {base_output_directory}/{run_name}/metrics/
20
20
write_metrics: True
21
21
gcs_metrics: True
22
+
23
+
timing_metrics_file: ""# for testing, local file that stores function timing metrics such as state creation, compilation. If empty, no metrics are written.
24
+
write_timing_metrics: True
25
+
22
26
# If true save config to GCS in {base_output_directory}/{run_name}/
Copy file name to clipboardExpand all lines: src/maxdiffusion/configs/base_2_base.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ metrics_file: "" # for testing, local file that stores scalar metrics. If empty,
19
19
# If true save metrics such as loss and TFLOPS to GCS in {base_output_directory}/{run_name}/metrics/
20
20
write_metrics: True
21
21
gcs_metrics: False
22
+
23
+
timing_metrics_file: ""# for testing, local file that stores function timing metrics such as state creation, compilation. If empty, no metrics are written.
24
+
write_timing_metrics: True
25
+
22
26
# If true save config to GCS in {base_output_directory}/{run_name}/
Copy file name to clipboardExpand all lines: src/maxdiffusion/configs/base_flux_dev.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@ run_name: ''
18
18
metrics_file: ""# for testing, local file that stores scalar metrics. If empty, no metrics are written.
19
19
# If true save metrics such as loss and TFLOPS to GCS in {base_output_directory}/{run_name}/metrics/
20
20
write_metrics: True
21
+
22
+
timing_metrics_file: ""# for testing, local file that stores function timing metrics such as state creation, compilation. If empty, no metrics are written.
23
+
write_timing_metrics: True
24
+
21
25
gcs_metrics: False
22
26
# If true save config to GCS in {base_output_directory}/{run_name}/
Copy file name to clipboardExpand all lines: src/maxdiffusion/configs/base_flux_dev_multi_res.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ metrics_file: "" # for testing, local file that stores scalar metrics. If empty,
19
19
# If true save metrics such as loss and TFLOPS to GCS in {base_output_directory}/{run_name}/metrics/
20
20
write_metrics: True
21
21
gcs_metrics: False
22
+
23
+
timing_metrics_file: ""# for testing, local file that stores function timing metrics such as state creation, compilation. If empty, no metrics are written.
24
+
write_timing_metrics: True
25
+
22
26
# If true save config to GCS in {base_output_directory}/{run_name}/
0 commit comments