Closed liudaxia96 closed 2 years ago
Training started at epoch 0 until 720.
One training epoch = 18 iters.
One eval epoch = 7 iters.
Could not import cythonized box intersection. Consider compiling box_intersection.pyx for faster training.
Traceback (most recent call last):
File "/usr/local/python38/lib/python3.8/multiprocessing/queues.py", line 239, in _feed
obj = _ForkingPickler.dumps(obj)
File "/usr/local/python38/lib/python3.8/multiprocessing/reduction.py", line 51, in dumps
cls(buf, protocol).dump(obj)
_pickle.PicklingError: Can't pickle <class 'numpy.core._exceptions.UFuncTypeError'>: it's not the same object as numpy.core._exceptions.UFuncTypeError
Traceback (most recent call last):
File "/usr/local/python38/lib/python3.8/multiprocessing/queues.py", line 239, in _feed
obj = _ForkingPickler.dumps(obj)
File "/usr/local/python38/lib/python3.8/multiprocessing/reduction.py", line 51, in dumps
cls(buf, protocol).dump(obj)
_pickle.PicklingError: Can't pickle <class 'numpy.core._exceptions.UFuncTypeError'>: it's not the same object as numpy.core._exceptions.UFuncTypeError
^CTraceback (most recent call last):
File "/home/lab30201/sdb/lwb/3detr-main/main.py", line 430, in
Can you try this with Python 3.6? It seems to be a pickling error in Python 3.8
@liudaxia96 - 你能提供一个错误的描述和重现它的步骤吗?
Can you try this with Python 3.6? It seems to be a pickling error in Python 3.8
Have you tried Python 3.8?
@liudaxia96 - could you provide a description of the bug and steps to reproduce it?