Wentao-Xu / HIST

The source code and data of the paper "HIST: A Graph-based Framework for Stock Trend Forecasting via Mining Concept-Oriented Shared Information".
241 stars 69 forks source link

Stuck when creating loader #18

Open jingwenh opened 2 years ago

jingwenh commented 2 years ago

When I was running "python learn.py --model_name MLP --data_set csi100 --hidden_size 512 --num_layers 3 --outdir ./output/csi100_MLP", it took several hours for "create loaders" but still remained unfinished. I found it stuck when executing "init_instance_by_config". Is there any solution for this? Thanks!