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
Does the code generate a vector for each document [1XT] where T is the number of the discovered topics? If not, could you please explain how to change the code to obtain such vectors?
The text was updated successfully, but these errors were encountered:
Hi,
The vector for each document output by the model is stored in theta_para.theta.
Each vector is 1 by K_1, which is the number of the first-layer topics. T is the number of layers. The model has a multi-layer topic structure.
Hi
Does the code generate a vector for each document [1XT] where T is the number of the discovered topics? If not, could you please explain how to change the code to obtain such vectors?
The text was updated successfully, but these errors were encountered: