xlearn icon indicating copy to clipboard operation
xlearn copied to clipboard

Preload Model for Faster Predictions

Open jwnz opened this issue 3 years ago • 0 comments

Loading the model for predictions takes a long time.

This is problematic when handling data in small batches as the model has to be loaded for every batch.

Is there a way of preloading the model for faster inference of small batches when using the Python API?

This may be a duplicate of #298

jwnz avatar Nov 09 '20 00:11 jwnz