Processing sequential data in PyTorch Geometric

I have code which is about GRU and written in TensorFlow. I want to translate this code to PyTorch Geometric so that I can deal with the graph-level structure. Is there any model in PyTorch Geometrics for time series data or should I use PyTorch Geometric Temporal instead.

Hi there Alpay,

I am the lead on PyTorch Geometric Temporal. What is your exact use case?

Benedek