tempo-pytorch icon indicating copy to clipboard operation
tempo-pytorch copied to clipboard

Reproduction of the paper "TEMPO: Prompt-based Generative Pre-trained Transformer for Time Series Forecasting"

Results 6 tempo-pytorch issues
Sort by recently updated
recently updated
newest added

Thank you very much for your implementation!!! but why is the result (Test MAE) I got very large, like 7.42 ? I didn't modify the code, is it because I...

Hello. How to train the model on a different sample size and make a forecast for a different forecast horizon [I can't do it.](https://www.kaggle.com/code/mrantonzaitsev/tempo?scriptVersionId=172791826)

Hello @liaoyuhua Thanks for making the tempo-pytorch implementation available But I am facing a few issues while running it on a GPU cluster (Out of Memory issue), which says **CUDA...

Hi @liaoyuhua, First of all, I would like to thank you for sharing the code for your Tempo-pytorch implementation. It is a valuable resource for the community and I appreciate...

作者你好, 复现的工作很出色,但是prompt pool的实现方法中并没有计算key的loss,与 https://github.com/JH-LEE-KR/l2p-pytorch/blob/main/prompt.py 中官方实现有一定差别。