modelfoxdotdev / modelfox

ModelFox makes it easy to train, deploy, and monitor machine learning models.
Other
1.46k stars 63 forks source link

Validation (test) is single-threaded #99

Closed lnicola closed 2 years ago

lnicola commented 2 years ago

I ended up (unintentionally) with a very large model and after training, I see:

image

This step appears to be single-threaded, although the Metrics API seemed to be designed with threading in mind.

image

image

It finished, now I see this:

image

So it was probably doing something else. Anyway, it's still single-threaded.