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
Traceback (most recent call last):
File "tr_unet_with_deformation_intensity_cgans_augmentations.py", line 217, in
mp=get_max_chkpt_file(model_path)
File "../utils.py", line 310, in get_max_chkpt_file
fin_chkpt_max = re.sub('.meta$', '', chkpt_max)
UnboundLocalError: local variable 'chkpt_max' referenced before assignment
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "tr_unet_with_deformation_intensity_cgans_augmentations.py", line 217, in
mp=get_max_chkpt_file(model_path)
File "../utils.py", line 310, in get_max_chkpt_file
fin_chkpt_max = re.sub('.meta$', '', chkpt_max)
UnboundLocalError: local variable 'chkpt_max' referenced before assignment
The text was updated successfully, but these errors were encountered: