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

support for list as output item, not only tensors #167

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 11, 2021

  1. Update torchsummary.py

    Add support for a net outputting a list.    Say you are returning intermediary feature-maps from a U-net.  These feature-maps will have a different size and cannot be stacked into one tensor.  Instead they can be placed in a list.
    leora-betesh committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    2981da5 View commit details
    Browse the repository at this point in the history