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
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Fully general support will be difficult, but supporting convolutions along static dimensions is easy and supporting 1D conv along a single dynamic dimension shouldn't be too difficult either.
From Slack:
"Pytorcher [12:14 PM]
Yes, l'm doing 1d convolution along the same axis [that has dynamic length].
l'm doing graph classification; each graph has variable number of nodes and each node has 3 values.
For instance graph 1 has 18 nodes, each 3 values: graph_1=dim(18,3) graph_2=(78,3)
l do 1d convolution at each dimension separately"
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Fully general support will be difficult, but supporting convolutions along static dimensions is easy and supporting 1D conv along a single dynamic dimension shouldn't be too difficult either.
From Slack:
"Pytorcher [12:14 PM]
Yes, l'm doing 1d convolution along the same axis [that has dynamic length].
l'm doing graph classification; each graph has variable number of nodes and each node has 3 values.
For instance graph 1 has 18 nodes, each 3 values: graph_1=dim(18,3) graph_2=(78,3)
l do 1d convolution at each dimension separately"
The text was updated successfully, but these errors were encountered: