I ran NMF in parallel mode by setting .options = 'v2p8' in the Ubuntu terminal using R. However, it seems that NMF only uses 2 cores, regardless of the value I assign to p. Has anyone experienced this or know how to make better use of available cores?
I am facing the same problem. Additionally, if you observe it is not using your seed but a random seed which is also happening to me when I am trying to run "nmfEstimateRank".
Hi @renozao @khughitt .
I ran NMF in parallel mode by setting
.options = 'v2p8'
in the Ubuntu terminal using R. However, it seems that NMF only uses 2 cores, regardless of the value I assign top
. Has anyone experienced this or know how to make better use of available cores?Thanks!