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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I was looking at https://pytorch-forecasting.readthedocs.io/en/stable/tutorials/stallion.html#Interpret-model ,
where the TFT in PyTorchLightning has an interpret_output method: https://pytorch-forecasting.readthedocs.io/en/stable/api/pytorch_forecasting.models.temporal_fusion_transformer.TemporalFusionTransformer.html#pytorch_forecasting.models.temporal_fusion_transformer.TemporalFusionTransformer.interpret_output
I was wondering if the GluonTs implementation (https://ts.gluon.ai/stable/api/gluonts/gluonts.torch.model.tft.estimator.html ) is based on the above PL implementation and if I can run interpret_output on the underlying model
All reactions