Arthur-Null / SRD

Official pytorch implementation of Spatial Relation Decomposition method (AAAI 23)
22 stars 2 forks source link

请问out_ranges这个参数的意义和作用是什么 #2

Open dituihuagui opened 1 year ago

dituihuagui commented 1 year ago

这是minmax.py里面对于out_ranges的解释: a list of final ranges to take as final output. Should have form [(start, end), (start, end, step), ...],请问这个参数的意义和作用是什么,是控制最后预测的horizon吗,如果不是的话,那请问怎么像论文里面让预测的horizon大小变化呢,谢谢了

haowasai111 commented 1 year ago

请问一下这个代码怎么才能跑通啊,环境搭建好了但出现报错utilsd.config.exception.ValidationError: RuntimeConfig: None failed to pass type check of typing.Optional[pathlib.Path]

Arthur-Null commented 1 year ago

你需要从源码安装utilsd,目前pypi上的版本不支持Python3.8以上的版本

请问一下这个代码怎么才能跑通啊,环境搭建好了但出现报错utilsd.config.exception.ValidationError: RuntimeConfig: None failed to pass type check of typing.Optional[pathlib.Path]