Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/jsp/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
PyTorch几何中的时间序列数据_Pytorch - Fatal编程技术网

PyTorch几何中的时间序列数据

PyTorch几何中的时间序列数据,pytorch,Pytorch,我有时间序列图数据。我试图预测下一个时间段的图形表示。是否有任何图形卷积来处理时间序列数据,或者我应该使用Pytork Geometric Temporal吗?在torch_Geometric中提供了一个非常灵活的类,称为“MessagePassing”,您可以在其中构建自定义GNN。看看这个: torch_geometric中提供了一个非常灵活的类,名为“MessagePassing”,您可以在其中构建自定义GNN。看看这个:

我有时间序列图数据。我试图预测下一个时间段的图形表示。是否有任何图形卷积来处理时间序列数据,或者我应该使用Pytork Geometric Temporal吗?

在torch_Geometric中提供了一个非常灵活的类,称为“MessagePassing”,您可以在其中构建自定义GNN。看看这个:

torch_geometric中提供了一个非常灵活的类,名为“MessagePassing”,您可以在其中构建自定义GNN。看看这个: