wenwenyu / PICK-pytorch

Code for the paper "PICK: Processing Key Information Extraction from Documents using Improved Graph Learning-Convolutional Networks" (ICPR 2020)
https://arxiv.org/abs/2004.07464
MIT License
553 stars 191 forks source link

subprocess.CalledProcessError #36

Closed cloudfool closed 3 years ago

cloudfool commented 3 years ago

Hi,

Does anyone met this problem during distributed training?

subprocess.CalledProcessError: Command '['/opt/conda/bin/python', '-u', 'train.py', '--local_rank=3', '-c', 'config.json', '--local_world_size', '4']' returned non-zero exit status 1.

PLS give me some adivce, Tks

huxiaotaostasy commented 3 years ago

how to solve this?

samanthawyf commented 2 years ago

have you solved this and how?