saehd: remove sample processor count limitation

This commit is contained in:
iperov 2021-09-06 14:16:19 +04:00
parent 70c9ee9463
commit 335da71db6

View File

@ -659,7 +659,7 @@ Examples: df, liae, df-d, df-ud, liae-ud, ...
random_ct_samples_path=training_data_dst_path if ct_mode is not None and not self.pretrain else None
cpu_count = min(multiprocessing.cpu_count(), 8)
cpu_count = multiprocessing.cpu_count()
src_generators_count = cpu_count // 2
dst_generators_count = cpu_count // 2
if ct_mode is not None: