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
Currently out pipeline.Train function creates using (var environment = new TlcEnvironment())
which is nice, but it doesn't specify seed which become random and concurrency which force algorithms to use all threads available on machine. Which can result in different metrics, predictions and any other stuff we assert in tests.
The text was updated successfully, but these errors were encountered:
Hmm, yes. In this case, I suppose, Rand and ConcurrencyFactor.
Hi @glebuk , hi @KrzysztofCwalina ... here's another issue to add to the pile of those that could be easily addressed just by exposing the existing functionality of IHostEnvironment.
Currently out pipeline.Train function creates
using (var environment = new TlcEnvironment())
which is nice, but it doesn't specify seed which become random and concurrency which force algorithms to use all threads available on machine. Which can result in different metrics, predictions and any other stuff we assert in tests.
The text was updated successfully, but these errors were encountered: