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
[DOC] I am using the pytorch_forecasting to create a TemporalFusionTransformer model. After train the model, I want to extract the data embedding in latent space, than use it to clustering. But I cannot find out the solution. How should I do
The text was updated successfully, but these errors were encountered:
If I remember correctly, we do not return the output of the encoder currently. So would probably need some changes to the code to enable it. There are two possibilities to enable it. Either by extracting the relevant code into a new function or by adding the encoded data as additional field to the network output.
[DOC] I am using the pytorch_forecasting to create a TemporalFusionTransformer model. After train the model, I want to extract the data embedding in latent space, than use it to clustering. But I cannot find out the solution. How should I do
The text was updated successfully, but these errors were encountered: