You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since my model contains also layers from torch_geometric, and my model has multiple inputs. Some of them have a predefined size but one input is the point cloud, which does not have a predefined shape from frame to frame. Instead, it is generated via torch_geometric.data.Batch.from_data_list() etc.
I was woundering, if this package can also handel this?
Thanks a lot for your reply.
The text was updated successfully, but these errors were encountered:
Dear authors,
Since my model contains also layers from torch_geometric, and my model has multiple inputs. Some of them have a predefined size but one input is the point cloud, which does not have a predefined shape from frame to frame. Instead, it is generated via torch_geometric.data.Batch.from_data_list() etc.
I was woundering, if this package can also handel this?
Thanks a lot for your reply.
The text was updated successfully, but these errors were encountered: