qlib icon indicating copy to clipboard operation
qlib copied to clipboard

question about HIST pretrain model LSTM?

Open LiuHao-THU opened this issue 3 years ago • 2 comments

hello, I have a question about the pre-train checkpoints in HIST.

when I train HIST Model with or without pre-train checkpoints model_lstm_csi300.pkl, the performance with pre-train checkpoints is much better than the model without it.

so how can I generate LSTM pre-train checkpoints? just train with the same settings using LSTM?

step1. Train LSTM and save checkpoints step2. Train HIST using previous LSTM init HIST's self.rnn

?

LiuHao-THU avatar Jun 13 '22 05:06 LiuHao-THU

@Wentao-Xu Could you please help to answer this question?

you-n-g avatar Jun 14 '22 14:06 you-n-g

Yes, you can generate LSTM pre-train checkpoints and train with the same settings using LSTM. The training process is same as the steps you mentioned.

Wentao-Xu avatar Jun 15 '22 01:06 Wentao-Xu

This issue is stale because it has been open for three months with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days

github-actions[bot] avatar Sep 13 '22 03:09 github-actions[bot]

@Wentao-Xu model_lstm_csi300.pkl

Dear author,How do I generate this file(microsoft/qlib/blob/main/examples/benchmarks/LSTM/model_lstm_csi300.pkl) by myself?

280777510 avatar Dec 10 '22 14:12 280777510