mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 05:22:06 -07:00
fix multigpu extractor
This commit is contained in:
parent
9b08199e87
commit
d2d0dcb5e7
2 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ class device:
|
|||
elif device.backend == "tensorflow":
|
||||
for dev in cuda_devices:
|
||||
if dev['total_mem'] >= totalmemsize_gb*1024*1024*1024:
|
||||
result.append (i)
|
||||
result.append ( dev['index'] )
|
||||
|
||||
return result
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue