This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Replies: 1 comment
-
Hi @ustcfd thanks for raising the issue. @ThomasDelteil @thomelane could you please take over from here? Apart from that, please also post your problem into https://discuss.mxnet.io/, it's more like a question and you will get better support there. @mxnet-label-bot [Question, Gluon] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In order to add some graph convolution operations to GRUCell, I have to rewrite the GRUCell of Mxnet.
Technically, I should add a parameter of the input, i.e, adjacency matrix(adj). Unfortunately, I got the error “TypeError: forward() takes 3 positional arguments but 4 were given.”
Actually, HybridRecurrentCell inherits from RecurrentCell. It still doesn’t work when I add the adj to the forward() in RecurrentCell .
So, how can I figure it out?
Beta Was this translation helpful? Give feedback.
All reactions