Skip to content

Commit

Permalink
train NVlabs#4
Browse files Browse the repository at this point in the history
  • Loading branch information
GolemXlV committed May 13, 2019
1 parent 7503724 commit e5d4529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def main():
kwargs.submit_config.run_dir_ignore += config.run_dir_ignore
kwargs.submit_config.run_desc = desc
kwargs.save_weight_histograms = True
kwargs.update(resume_run_id=2, resume_kimg=7141, resume_snapshot=7141)
kwargs.update(resume_run_id=3, resume_kimg=7141, resume_snapshot=10449)
dnnlib.submit_run(**kwargs)

#----------------------------------------------------------------------------
Expand Down

0 comments on commit e5d4529

Please sign in to comment.