VachelHU / EvoNet

Time-Series Event Prediction with Evolutionary State Graph, WSDM 2021
88 stars 26 forks source link

运行报错 #6

Open kyrieLLL opened 3 years ago

kyrieLLL commented 3 years ago

当我运行run.py时出现以下报错,还没训练保存模型就提示加载不了模型 FileNotFoundError: [Errno 2] No such file or directory: '/share/home/luozicong/EvoNet-master/result/model/gmm_djia30_30.state_model'

VachelHU commented 3 years ago

要先训练state model

kyrieLLL commented 3 years ago

可以具体一些吗,感谢

VachelHU commented 3 years ago

模型 从 识别状态 到 构建evolutionary state graph。要先识别状态,具体在 run.py 的 49行,注释的部分

kyrieLLL commented 3 years ago

多谢

Rexloong commented 3 years ago

我也遇到这个问题了,具体怎么解决的呢?

kyrieLLL commented 3 years ago

我也遇到这个问题了,具体怎么解决的呢?

run.py 的 49行,注释的部分恢复就好了

Rexloong commented 3 years ago

我也遇到这个问题了,具体怎么解决的呢?

run.py 的 49行,注释的部分恢复就好了

感谢解答,还有就是我的显卡有点垃圾,想请教一下batch size在哪里调?