mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 04:52:13 -07:00
_
This commit is contained in:
parent
6b6aaba4db
commit
10ffca37c0
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
@ -3,6 +3,7 @@ if __name__ == "__main__":
|
|||
import multiprocessing
|
||||
multiprocessing.set_start_method("spawn")
|
||||
|
||||
import sys
|
||||
if sys.platform != 'win32':
|
||||
import warnings
|
||||
warnings.simplefilter(action='ignore', category=UserWarning)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue