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
Hi, I'm a student studying the deep learning compiler for DL frameworks.
I'm also making a program that handles a computational graph(CG) of pytorch by using the 'torch.fx' library, but always failed to derive a output result of node constituting a CG.
I wonder how you make it possible to read the output result of a node with the Extract class?
Is it related to the override function name of 'call_module'?
Thank you for reading my quetion.
The text was updated successfully, but these errors were encountered:
Hi, I'm a student studying the deep learning compiler for DL frameworks.
I'm also making a program that handles a computational graph(CG) of pytorch by using the 'torch.fx' library, but always failed to derive a output result of node constituting a CG.
I wonder how you make it possible to read the output result of a node with the Extract class?
Is it related to the override function name of 'call_module'?
Thank you for reading my quetion.
The text was updated successfully, but these errors were encountered: