mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-20 05:23:22 -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
|
samples, index_host, ct_samples, ct_index_host = param
|
||||||
|
|
||||||
bs = self.batch_size
|
bs = self.batch_size
|
||||||
filenames = []
|
|
||||||
while True:
|
while True:
|
||||||
batches = None
|
batches = None
|
||||||
|
filenames = []
|
||||||
|
|
||||||
indexes = index_host.multi_get(bs)
|
indexes = index_host.multi_get(bs)
|
||||||
ct_indexes = ct_index_host.multi_get(bs) if ct_samples is not None else None
|
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