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
I have some concerns regarding inference in a zero-shot scenario using TTM.
In the ttm_getting_started, predictions can be obtained using zeroshot_trainer.predict, but when I load a custom dataset, the output data is normalized by default. How can I obtain the denormalized data? Is there a scaler available? Additionally, I noticed that predictions.label_ids is empty; how can I get the label data (ground truth)?
Furthermore, it seems that inference can also be performed using TimeSeriesForecastingPipeline. What are the differences between TimeSeriesForecastingPipeline and zeroshot_trainer.predict? When using TimeSeriesForecastingPipeline for inference, does the input data need to be normalized?
These questions are confusing to me. I look forward to your response.
The text was updated successfully, but these errors were encountered:
NING-CSU
changed the title
zeroshot_trainer.evaluate and TimeSeriesForecastingPipeline
zeroshot_trainer.predict and TimeSeriesForecastingPipeline
Oct 29, 2024
I have some concerns regarding inference in a zero-shot scenario using TTM.
In the ttm_getting_started, predictions can be obtained using zeroshot_trainer.predict, but when I load a custom dataset, the output data is normalized by default. How can I obtain the denormalized data? Is there a scaler available? Additionally, I noticed that predictions.label_ids is empty; how can I get the label data (ground truth)?
Furthermore, it seems that inference can also be performed using TimeSeriesForecastingPipeline. What are the differences between TimeSeriesForecastingPipeline and zeroshot_trainer.predict? When using TimeSeriesForecastingPipeline for inference, does the input data need to be normalized?
These questions are confusing to me. I look forward to your response.
The text was updated successfully, but these errors were encountered: