Questions tagged [paddle-paddle]
79 questions
-1
votes
2 answers
ModuleNotFoundError: No module named 'paddle.distributed'
I am trying to run the following code to train paddleOCR.
import paddle
import paddle.distributed as dist
But I'm getting this error:
ModuleNotFoundError: No module named 'paddle.distributed'
Even after I have installed paddle-client.

Vikas Kumar
- 85
- 1
- 11
-1
votes
2 answers
ModuleNotFoundError: No module named 'paddle.fluid.core_noavx'?
I install paddle_ocr and paddlepaddle packages also but i got an Error (ModuleNotFoundError: No module named 'paddle.fluid.core_noavx'). how to solve this type of error provide your suggestions here...below my code was attached
from paddleocr…

Natarajan
- 11
- 1
- 6
-1
votes
1 answer
What is the cause of the following error?
NotImplementedError: Wrong number or type of arguments for overloaded function 'IVector_create'.
Possible C/C++ prototypes are:
IVector::create(std::vector< int,std::allocator< int > > const &,bool)
IVector::create(std::vector< int,std::allocator<…

hoggstri
- 1