Skip to content

Commit

Permalink
check for checkpoint file after saved settings
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervanLunteren authored Feb 16, 2024
1 parent fe7dc24 commit 4199a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EcoAssist_GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -1829,6 +1829,7 @@ def start_deploy(simple_mode = False):
if var_use_checkpnts.get():
additional_img_options.append("--checkpoint_frequency=" + var_checkpoint_freq.get())
if var_cont_checkpnt.get():
check_checkpnt()
additional_img_options.append("--resume_from_checkpoint=" + loc_chkpnt_file)
if var_use_custom_img_size_for_deploy.get():
additional_img_options.append("--image_size=" + var_image_size_for_deploy.get())
Expand Down

0 comments on commit 4199a83

Please sign in to comment.