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
I am facing below error in multiprocessing.pool , while training segnet -
====================
[mpiexec@vaish-GS65-Stealth-Thin-8RE] match_arg (utils/args/args.c:163): unrecognized argument x
[mpiexec@vaish-GS65-Stealth-Thin-8RE] HYDU_parse_array (utils/args/args.c:178): argument matching returned error
[mpiexec@vaish-GS65-Stealth-Thin-8RE] parse_args (ui/mpich/utils.c:1642): error parsing input array
[mpiexec@vaish-GS65-Stealth-Thin-8RE] HYD_uii_mpx_get_parameters (ui/mpich/utils.c:1694): unable to parse user arguments
[mpiexec@vaish-GS65-Stealth-Thin-8RE] main (ui/mpich/mpiexec.c:148): error parsing parameters
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/vaish/Documents/CVIT/Minimal_Supervision_Free_Space_Segmentation/superpixel-align-master/miniconda/envs/road-segm/lib/python3.6/multiprocessing/pool.py", line 119, in worker
result = (True, func(*args, **kwds))
And getting file not found error at the end while generating logs file as "args.txt" at -
File "./labels_from_segnet.py", line 29, in save_labels
train_args = json.load(open(os.path.join("/home/vaish/Documents/CVIT/Minimal_Supervision_Free_Space_Segmentation/superpixel-align-master/"+param_dir, 'args.txt')))
FileNotFoundError: [Errno 2] No such file or directory: '/home/vaish/Documents/CVIT/Minimal_Supervision_Free_Space_Segmentation/superpixel-align-master/results/train_round1_2020-08-14_13-41-36_0/args.txt'
Hi @shinh
I am facing below error in multiprocessing.pool , while training segnet -
====================
[mpiexec@vaish-GS65-Stealth-Thin-8RE] match_arg (utils/args/args.c:163): unrecognized argument x
[mpiexec@vaish-GS65-Stealth-Thin-8RE] HYDU_parse_array (utils/args/args.c:178): argument matching returned error
[mpiexec@vaish-GS65-Stealth-Thin-8RE] parse_args (ui/mpich/utils.c:1642): error parsing input array
[mpiexec@vaish-GS65-Stealth-Thin-8RE] HYD_uii_mpx_get_parameters (ui/mpich/utils.c:1694): unable to parse user arguments
[mpiexec@vaish-GS65-Stealth-Thin-8RE] main (ui/mpich/mpiexec.c:148): error parsing parameters
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/vaish/Documents/CVIT/Minimal_Supervision_Free_Space_Segmentation/superpixel-align-master/miniconda/envs/road-segm/lib/python3.6/multiprocessing/pool.py", line 119, in worker
result = (True, func(*args, **kwds))
And getting file not found error at the end while generating logs file as "args.txt" at -
File "./labels_from_segnet.py", line 29, in save_labels
train_args = json.load(open(os.path.join("/home/vaish/Documents/CVIT/Minimal_Supervision_Free_Space_Segmentation/superpixel-align-master/"+param_dir, 'args.txt')))
FileNotFoundError: [Errno 2] No such file or directory: '/home/vaish/Documents/CVIT/Minimal_Supervision_Free_Space_Segmentation/superpixel-align-master/results/train_round1_2020-08-14_13-41-36_0/args.txt'
Please find the attached logs - logs.txt
Can you please help with this?
Thanks and Regards,
Vaishnavi Khindkar
The text was updated successfully, but these errors were encountered: