You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to paddlepaddle. Pls help me to solve this error.
System environment : ubuntu 20.04
python version : 3.8.18
Installed libraries using requirements.txt file in paddle repo
The error message:
ValueError: could not broadcast input array from shape (8,) into shape (4,)
return self._fmt.find(self.asctime_search) >= 0
RecursionError: maximum recursion depth exceeded while calling a Python object
SystemError: (Fatal) Blocking queue is killed because the data reader raises an exception.
[Hint: Expected killed_ != true, but received killed_:1 == true:1.] (at /paddle/paddle/fluid/operators/reader/blocking_queue.h:175)
If any information is needed, I will provide the necessary information.
The text was updated successfully, but these errors were encountered:
i find the original box labeling format is [][][][], and the first and the third box is the top left and bottom right cords, so you can set box[0::2] in label_ops.py line 731, and can solve it
I am new to paddlepaddle. Pls help me to solve this error.
System environment : ubuntu 20.04
python version : 3.8.18
Installed libraries using requirements.txt file in paddle repo
The error message:
ValueError: could not broadcast input array from shape (8,) into shape (4,)
return self._fmt.find(self.asctime_search) >= 0
RecursionError: maximum recursion depth exceeded while calling a Python object
SystemError: (Fatal) Blocking queue is killed because the data reader raises an exception.
[Hint: Expected killed_ != true, but received killed_:1 == true:1.] (at /paddle/paddle/fluid/operators/reader/blocking_queue.h:175)
If any information is needed, I will provide the necessary information.
The text was updated successfully, but these errors were encountered: