mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-16 10:03:41 -07:00
Bug Fixes: Improved Multi-GPU Support in Windows System for Merge Command.
This commit is contained in:
parent
9ef04b2207
commit
a8c039da93
3 changed files with 11 additions and 10 deletions
|
@ -68,6 +68,7 @@ class Devices(object):
|
|||
return None
|
||||
|
||||
def get_devices_from_index_list(self, idx_list):
|
||||
idx_list = [int(idx.strip()) for idx in idx_list.split(',')]
|
||||
result = []
|
||||
for device in self.devices:
|
||||
if device.index in idx_list:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue