mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 04:52:13 -07:00
update FANSeg
This commit is contained in:
parent
6f4ea69d4d
commit
18d93376fc
4 changed files with 61 additions and 17 deletions
|
@ -33,3 +33,7 @@ class SampleGeneratorBase(object):
|
|||
def __next__(self):
|
||||
#implement your own iterator
|
||||
return None
|
||||
|
||||
#overridable
|
||||
def is_initialized(self):
|
||||
return True
|
Loading…
Add table
Add a link
Reference in a new issue