KimMeen / Time-LLM

[ICLR 2024] Official implementation of " 🦙 Time-LLM: Time Series Forecasting by Reprogramming Large Language Models"
https://arxiv.org/abs/2310.01728
Apache License 2.0
1.29k stars 221 forks source link

How to perform ablation experiments on the reprogramming module? #91

Closed mxiwiwn closed 3 months ago

mxiwiwn commented 4 months ago

I'm commenting on this code( #enc_out = self.reprogramming_layer(enc_out, source_embeddings, source_embeddings)), but the program gets an error, how should I change it? 屏幕截图 2024-05-21 205333

ERROR: 屏幕截图 2024-05-21 205513

kwuking commented 4 months ago

Hi, I can't determine the specific error from this log. Could you provide more detailed logs and the script you executed?