digitalbrain79 / pyyolo

Simple python wrapper for YOLO.
126 stars 65 forks source link

CUDA Error: initialization error (multiprocessing) #32

Open ghost opened 6 years ago

ghost commented 6 years ago

I'm trying to run darknet in multiprocessing by preloading the weights in the parent process. But there is a following error, with what it can be connected?

CUDA Error: initialization error python: ./darknet/src/cuda.c:36: check_error: Assertion 0 failed.

shridharkini6 commented 6 years ago

@Ruslan1990 did you get the solution for it?

ghost commented 6 years ago

@shridharkini6 Hi, I use threading.