Skip to content
New issue

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

Graph visualization clarification #59

Closed
zoink opened this issue Dec 25, 2017 · 2 comments
Closed

Graph visualization clarification #59

zoink opened this issue Dec 25, 2017 · 2 comments

Comments

@zoink
Copy link

zoink commented Dec 25, 2017

I generated a graph are there a few operations that are unclear to me since I did not explicitly call them in PyTorch.

TransposeBackward - is this included with all nn.Linear operations?
AddmmBackward - is the short for add, matrix multiply for nn.Linear operations?

Below is a snippet of my graph.
screen shot 2017-12-24 at 7 54 43 pm

@lanpa
Copy link
Owner

lanpa commented Dec 25, 2017

Yes. A linear kernel is f(x) = X * W^T + b
Here Backward is pytorch's internal representation. You can ignore it.

more information on addmm:
http://pytorch.org/docs/master/torch.html#torch.addmm

@zoink
Copy link
Author

zoink commented Dec 26, 2017

Thanks!

@zoink zoink closed this as completed Dec 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants