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
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!
The text was updated successfully, but these errors were encountered: