mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-20 13:33:25 -07:00
code release
This commit is contained in:
parent
b941ba41a3
commit
a902f11f74
354 changed files with 826570 additions and 1 deletions
8
xlib/mp/__init__.py
Normal file
8
xlib/mp/__init__.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
import multiprocessing
|
||||
if multiprocessing.get_start_method() != 'spawn':
|
||||
multiprocessing.set_start_method("spawn", force=True)
|
||||
|
||||
from .PMPI import PMPI
|
||||
from .MPAtomicInt32 import MPAtomicInt32
|
||||
from .MPSPSCMRRingData import MPSPSCMRRingData
|
||||
from .MPWeakHeap import MPWeakHeap
|
Loading…
Add table
Add a link
Reference in a new issue