This Place Does Exist
Stylegan 3 Snapshots
Table of contents
{{runs_table}}
{% for run in runs %}
{{run.as_nr}}
{{run.id}}
dataset
{{run.dataset_id}}
conditional_dataset
{{run.dataset_is_conditional()}}
resolution
{{run.resolution}}
r1 gamma
{{run.r1_gamma}}
duration
{{run.duration}}
latest_snapshots
{{run.snapshots[-1].iteration}}
finished at
{{run.snapshots[-1].time}}
last_fid
{{run.snapshots[-1].fid}}
{% if run.resumed_from %}
resumed_from
{{run.resumed_from.run.id}} {{run.resumed_from.iteration_str}}
{% endif %}
{% for snapshot in run.snapshots %}
{{snapshot.iteration}}
{{snapshot.time}}
{% endfor %}
{% endfor %}