ladyxuxu

Results 5 issues of ladyxuxu

hi i set the self.data_num_workers = 4 and train command :python ${workspace}/train.py -f ${train_data_dir}/yolox_voc_s.py -d 1 -b 8 -c ${weights_data_dir}/yolox_s.pth ERROR: Unexpected bus error encountered in worker. This might be...

hi, i use the command: python ${workspace}/train.py -f ${train_data_dir}/yolox_voc_s.py -d 4 -b 64 -c ${weights_data_dir}/yolox_s.pth But,error occur File "/opt/conda/lib/python3.6/site-packages/torch/distributed/distributed_c10d.py", line 2709, in barrier work = default_pg.barrier(opts=opts) RuntimeError: NCCL error in:...

when train it happen , i try add import sys sys.path.append(r"/script/videostructure_yolox/YOLOX") in train.py . but problem still alive

hi,do you have met this error :RuntimeError: cannot perform reduction function max on tensor with no elements because the operation does not have an identity and Would you mind share...