mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-14 02:37:00 -07:00
added "Windows 10 users IMPORTANT notice" on training start
This commit is contained in:
parent
35cb35eb9f
commit
554217d026
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
import sys
|
||||
import os
|
||||
import sys
|
||||
import traceback
|
||||
import queue
|
||||
import threading
|
||||
|
@ -119,6 +120,12 @@ def trainerThread (s2c, c2s, e,
|
|||
io.log_info("")
|
||||
io.log_info("Trying to do the first iteration. If an error occurs, reduce the model parameters.")
|
||||
io.log_info("")
|
||||
|
||||
if sys.platform[0:3] == 'win':
|
||||
io.log_info("!!!")
|
||||
io.log_info("Windows 10 users IMPORTANT notice. You should set this setting in order to work correctly.")
|
||||
io.log_info("https://i.imgur.com/B7cmDCB.jpg")
|
||||
io.log_info("!!!")
|
||||
|
||||
iter, iter_time = model.train_one_iter()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue