mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 21:12:07 -07:00
added Util.recover_original_aligned_filename
This commit is contained in:
parent
ae4b6e6271
commit
6094e5ead8
5 changed files with 70 additions and 6 deletions
|
@ -3,7 +3,9 @@ import json
|
|||
import numpy as np
|
||||
from .pynvml import *
|
||||
|
||||
tf_min_req_cap = 37 #min req compute capability for tensorflow-gpu==1.11.0
|
||||
|
||||
|
||||
tf_min_req_cap = int(os.environ.get("force_tf_min_req_cap", 37)) #min req compute capability for tensorflow-gpu==1.11.0
|
||||
|
||||
class device:
|
||||
backend = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue