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

Conversation

leora-betesh
Copy link

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.

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.
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

Successfully merging this pull request may close these issues.

None yet

1 participant