Yuchen Fang

Results 8 comments of Yuchen Fang

This problem only seems to occur when I use Proxyjump configuration.

same error here. I had a 4G `result.json` and ran `vizviewer --server_only --use_external_processor result.json` on a 1000G RAM server and tried on open the website on my local machine. It...

> @Arthur-Null did you confirm that with a smaller trace file, your method(opening a remote website on local machine) works? Yes, it works on a 10M trace file.

你需要从源码安装utilsd,目前pypi上的版本不支持Python3.8以上的版本 > 请问一下这个代码怎么才能跑通啊,环境搭建好了但出现报错utilsd.config.exception.ValidationError: RuntimeConfig: None failed to pass type check of typing.Optional[pathlib.Path]

Can you explain in detail what error you meet? Currently, we do not have a version that does not use utilsd. However, You can easily implement a custom entry without...

I think building utilsd from [source](https://github.com/ultmaster/utilsd) would fix your problem. This repo does not depend heavily on utilsd as I only use it to initialize the network and models, etc....

> 代码里面只给了pems这类交通数据的window和horizon(均为12),请问Electricity和 Solar-energy的window和horizon是什么,用的数据类是TSForecastDataset还是TSMSDataset? 数据集不变,具体参数可以参照论文附录。我近期会加上所有数据集的运行脚本方便复现