PaddlePaddle/models

Face detection only for one GPU?

Open

#1.513 geöffnet am 9. Dez. 2018

Auf GitHub ansehen
 (10 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (2.956 Forks)batch import
help wanted

Repository-Metriken

Stars
 (6.853 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

When I trained the face detection model, I found that if there are more than one GPU visible, the training would encounter error:

*** Aborted at 1544374351 (unix time) try "date -d @1544374351" if you are using GNU date *** PC: @ 0x0 (unknown) *** SIGSEGV (@0x0) received by PID 32735 (TID 0x7f5aa0848700) from PID 0; stack trace: *** @ 0x7f5aa0440390 (unknown) @ 0x0 (unknown)

Contributor Guide