We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pre-nn
pre-nn-edges
MLPEncoder
Replace the pre-nn and pre-nn-edges by the MLPEncoder. Also allow pre-nn-graph and pre-nn-atten (I think this would come naturally).
pre-nn-graph
pre-nn-atten
In MLPEncoder, replace the use of the MLP class by the FeedForwardNN class for more options.
MLP
FeedForwardNN
The text was updated successfully, but these errors were encountered:
See issue #518
Sorry, something went wrong.
shenyangHuang
No branches or pull requests
Replace the
pre-nn
andpre-nn-edges
by theMLPEncoder
. Also allowpre-nn-graph
andpre-nn-atten
(I think this would come naturally).In
MLPEncoder
, replace the use of theMLP
class by theFeedForwardNN
class for more options.The text was updated successfully, but these errors were encountered: