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
In GensimFastText predicting more documents is a sequence of prediction calls. It would be preferable to implement as deeply as possible in the core (i.e. matrix computations in Cython) the computations of multiple inputs.
In GensimFastText predicting more documents is a sequence of prediction calls. It would be preferable to implement as deeply as possible in the core (i.e. matrix computations in Cython) the computations of multiple inputs.