You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to enable the latest Unigen to take advantage of multi-core processors like it was possible for Unigen2? I tried setting
--th=8
but CPU usage indicated that only one core was being used throughout. I need to generate a lot of samples so it would really speed things up if it were possible to parallelize.
Thanks!
The text was updated successfully, but these errors were encountered:
Ah, sorry, this was a bug. The number of threads is not supported in this way, I now removed the option. Instead, please run with different seeds, manually. So for example:
For running on 3 cores. Then you can combine the samples from mysamples_thread1..3 into a single file, e.g. : cat mysamples_thread* > all_samples and you are done :)
Hi,
Is it possible to enable the latest Unigen to take advantage of multi-core processors like it was possible for Unigen2? I tried setting
but CPU usage indicated that only one core was being used throughout. I need to generate a lot of samples so it would really speed things up if it were possible to parallelize.
Thanks!
The text was updated successfully, but these errors were encountered: