MLP in Allegro #47
Replies: 1 comment
-
Hi @kudoryutaro ,
|
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
-
Why does allegro's MLP use fx.Graph() and fx.proxy.GraphAppendingTracer(graph)?
Any reason for using fx.Graph() instead of the usual torch.nn.Linear?
Is it faster to use fx.Graph()?
Beta Was this translation helpful? Give feedback.
All reactions