saehd: remove sample processor count limitation
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user