mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-13 00:23:51 -07:00
print filename if exception occurs while converting
This commit is contained in:
parent
9040966f90
commit
52f2be80d7
1 changed files with 5 additions and 0 deletions
|
@ -114,6 +114,11 @@ class ConvertSubprocessor(SubprocessorBase):
|
|||
def onHostDataReturn (self, data):
|
||||
self.input_data.insert(0, data)
|
||||
|
||||
#overridable
|
||||
def onClientGetDataName (self, data):
|
||||
#return string identificator of your data
|
||||
return data
|
||||
|
||||
#override
|
||||
def onClientInitialize(self, client_dict):
|
||||
print ('Running on %s.' % (client_dict['device_name']) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue