How to set numbers of core used by DNN?

Hi all:
how could I set the number of cores used by DNN?

Hi,

You can set them by doing before using the DNN :

 ROOT::EnableImplicitMT(nthreads);

Lorenzo

1 Like

thanks :grinning::grinning: