jfzhang95 / pytorch-deeplab-xception

DeepLab v3+ model in PyTorch. Support different backbones.
MIT License
2.89k stars 779 forks source link

self = reduction.pickle.load(from_parent) error Ran out of input #220

Open xinyujituan opened 2 years ago

xinyujituan commented 2 years ago

File "E:\ProgramData\Anaconda3\envs\yolov5-master\lib\multiprocessing\popen_spawn_win32.py", line 89, in init reduction.dump(process_obj, to_child) File "E:\ProgramData\Anaconda3\envs\yolov5-master\lib\multiprocessing\reduction.py", line 60, in dump ForkingPickler(file, protocol).dump(obj) TypeError: can't pickle module objects Traceback (most recent call last): File "E:\ProgramData\Anaconda3\envs\yolov5-master\lib\multiprocessing\spawn.py", line 115, in _main self = reduction.pickle.load(from_parent) EOFError: Ran out of input

97andrea97 commented 2 years ago

Did you find the solution?