mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 04:52:13 -07:00
temporary revert last fixes
This commit is contained in:
parent
dd1d5e8909
commit
068c7d0d55
5 changed files with 57 additions and 69 deletions
|
@ -54,7 +54,7 @@ class SampleGeneratorFace(SampleGeneratorBase):
|
|||
if self.samples_len == 0:
|
||||
raise ValueError('No training data provided.')
|
||||
|
||||
ct_samples = SampleLoader.load (SampleType.FACE, random_ct_samples_path, use_caching=use_caching) if random_ct_samples_path is not None else None
|
||||
ct_samples = SampleLoader.load (SampleType.FACE, random_ct_samples_path) if random_ct_samples_path is not None else None
|
||||
|
||||
if self.debug:
|
||||
self.generators_count = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue