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
File "/home/yan/disk/All_python_Text/pixel_link-master/train_pixel_link.py", line 97, in config_initialization
config.print_config(FLAGS, dataset)
File "/home/yan/disk/All_python_Text/pixel_link-master/None/config.py", line 205, in print_config
do_print(None)
File "/home/yan/disk/All_python_Text/pixel_link-master/None/config.py", line 186, in do_print
print_ckpt(flags.checkpoint_path)
File "/home/yan/disk/All_python_Text/pixel_link-master/None/config.py", line 179, in print_ckpt
ckpt = util.tf.get_latest_ckpt(path)
File "/home/yan/disk/All_python_Text/pixel_link-master/pylib/src/util/tf.py", line 51, in get_latest_ckpt
path = util.io.get_absolute_path(path)
File "/home/yan/disk/All_python_Text/pixel_link-master/pylib/src/util/io_.py", line 80, in get_absolute_path
if p.startswith('~'):
AttributeError: 'NoneType' object has no attribute 'startswith'
The text was updated successfully, but these errors were encountered:
File "/home/yan/disk/All_python_Text/pixel_link-master/train_pixel_link.py", line 97, in config_initialization
config.print_config(FLAGS, dataset)
File "/home/yan/disk/All_python_Text/pixel_link-master/None/config.py", line 205, in print_config
do_print(None)
File "/home/yan/disk/All_python_Text/pixel_link-master/None/config.py", line 186, in do_print
print_ckpt(flags.checkpoint_path)
File "/home/yan/disk/All_python_Text/pixel_link-master/None/config.py", line 179, in print_ckpt
ckpt = util.tf.get_latest_ckpt(path)
File "/home/yan/disk/All_python_Text/pixel_link-master/pylib/src/util/tf.py", line 51, in get_latest_ckpt
path = util.io.get_absolute_path(path)
File "/home/yan/disk/All_python_Text/pixel_link-master/pylib/src/util/io_.py", line 80, in get_absolute_path
if p.startswith('~'):
AttributeError: 'NoneType' object has no attribute 'startswith'
The text was updated successfully, but these errors were encountered: