mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-19 21:13:20 -07:00
fixed file name labels
This commit is contained in:
parent
cdd3b08b85
commit
53ecfe7a27
1 changed files with 1 additions and 1 deletions
|
@ -115,9 +115,9 @@ class SampleGeneratorFace(SampleGeneratorBase):
|
|||
samples, index_host, ct_samples, ct_index_host = param
|
||||
|
||||
bs = self.batch_size
|
||||
filenames = []
|
||||
while True:
|
||||
batches = None
|
||||
filenames = []
|
||||
|
||||
indexes = index_host.multi_get(bs)
|
||||
ct_indexes = ct_index_host.multi_get(bs) if ct_samples is not None else None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue