lufficc / SSD

High quality, fast, modular reference implementation of SSD in PyTorch
MIT License
1.52k stars 384 forks source link

_pickle.PicklingError #190

Open mxy519 opened 3 years ago

mxy519 commented 3 years ago

When I run the train.py 2021-01-04 02:40:04,078 SSD.trainer INFO: No checkpoint found. 2021-01-04 02:40:04,094 SSD.trainer INFO: Start training ... Traceback (most recent call last): File "/share/home/math.iris/anaconda2/envs/pytorch1.4.0/lib/python3.6/multipr ocessing/queues.py", line 234, in _feed obj = _ForkingPickler.dumps(obj) File "/share/home/math.iris/anaconda2/envs/pytorch1.4.0/lib/python3.6/multipr ocessing/reduction.py", line 51, in dumps cls(buf, protocol).dump(obj) _pickle.PicklingError: Can't pickle <class 'numpy.core._exceptions.UFuncTypeErr or'>: it's not the same object as numpy.core._exceptions.UFuncTypeError