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.02k stars 179 forks source link

My friend, why delete the final checkpoint after train? #108

Closed zhangmaosen closed 3 weeks ago

zhangmaosen commented 3 weeks ago

https://github.com/KimMeen/Time-LLM/blob/d3f29569e314af6eeaf6920b368076529e9c98c8/run_main.py#L269C1-L269C47 Thank you for your reply

kwuking commented 3 weeks ago

Thank you for your attention to our work. This was purely done considering the resources, to avoid running out of disk space. If you need more storage, you can comment out that code.