Skip to content

Conversation

@bhashemian
Copy link
Member

@bhashemian bhashemian commented Sep 8, 2022

Fixes #5109

Description

This PR implements SplitDimToListd that uses SplitDim and for a given dictionary of tensors, split the tensor along the given dimension and store it as a list of dictionaries with the same keys but having the a split of the tensor.

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).
  • New tests added to cover the changes.
  • Integration tests passed locally by running ./runtests.sh -f -u --net --coverage.
  • Quick tests passed locally by running ./runtests.sh --quick --unittests --disttests.
  • In-line docstrings updated.
  • Documentation updated, tested make html command in the docs/ folder.

Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
@bhashemian
Copy link
Member Author

closing in favor of other solution #5115

@bhashemian bhashemian closed this Sep 9, 2022
@bhashemian bhashemian deleted the split-dim-list branch February 22, 2023 15:31
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.

SplitDimd to output a list of dictionaries

1 participant