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

Is it possible to show which layer is the current layer connected to? #7

Open
keykeykeykeyk opened this issue Mar 9, 2021 · 1 comment

Comments

@keykeykeykeyk
Copy link

keykeykeykeyk commented Mar 9, 2021

The current version of model summary works perfectly on sequential model. However, sometimes the architecture could be complex. In keras, when summarize the the model created by the callable layer instance, there is an additional column that shows where the layer is conntected to. Could pytorch_model_summary also support this?

An example of summary() in keras:

1
2

@amarczew
Copy link
Owner

@keykeykeykeyk I planned to have this, but when I created the first version I didn't find an easy way to do this. Unfortunately I haven't worked with pytorch for the last months and I didn't have time later to implement this. I also created this issue #1 to remember to add this later.

I really liked that information in keras and I would like to add this in this library as well. If you have any idea or implementation doing this, feel free to send a PR.

thanks for the feedback :D

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