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
Hi, I see that the function inference is called during training. inference function however doesn't take in a new data (like a test set for example). How can I apply the finished model on new data input?
Thank you.
The text was updated successfully, but these errors were encountered:
I'm also trying to do this. Would you just save the matrices:
self.n_m_z, self.n_z_t, self.n_z and apply the unseen vocab and docs. Run inference function with those inputs.
Hi, I see that the function
inference
is called during training.inference
function however doesn't take in a new data (like a test set for example). How can I apply the finished model on new data input?Thank you.
The text was updated successfully, but these errors were encountered: