PaddleOCR icon indicating copy to clipboard operation
PaddleOCR copied to clipboard

Error in training Slanet for table recognition

Open vani-mcm opened this issue 1 year ago • 2 comments

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:

  1. ValueError: could not broadcast input array from shape (8,) into shape (4,)

  2. return self._fmt.find(self.asctime_search) >= 0 RecursionError: maximum recursion depth exceeded while calling a Python object

  3. 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.

vani-mcm avatar Sep 26 '23 06:09 vani-mcm