PaddlePaddle / PaddleTS

Awesome Easy-to-Use Deep Time Series Modeling based on PaddlePaddle, including comprehensive functionality modules like TSDataset, Analysis, Transform, Models, AutoTS, and Ensemble, etc., supporting versatile tasks like time series forecasting, representation learning, and anomaly detection, etc., featured with quick tracking of SOTA deep models.
Apache License 2.0
482 stars 118 forks source link

【建议】PPTS训练时 每个step打印一次log,太频繁了,建议降低Log的频率 #523

Closed TommysLee closed 5 days ago

TommysLee commented 1 month ago

之前clone的PPTS 每个Epoch打印一次Log 挺好的,也便于查阅log,抓取重要信息。

而现在clone的PPTS项目,每个step打印一次log,太频繁了,内容太多,找关键日志犹如大海捞针。建议采用之前的log策略。

Bobholamovic commented 1 month ago

感谢你的建议!

每个step打印一次log主要是这个PR引入的,看起来是为了支持其它功能而改变的行为。如果希望保留之前的行为,目前暂时可能只能使用旧版本的PaddleTS,例如通过如下方式:

# clone之后执行
git reset 05c2c5f880d2dffa1909ea1cd98bcadcb92f7693
TingquanGao commented 5 days ago

The issue has no response for a long time and will be closed. You can reopen or new another issue if are still confused.


From Bot