-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Update SplitDimd to output lists
#5115
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
Conversation
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
|
Closing, there is no code change in this pr. |
| dimension will be squeezed. | ||
| update_meta: if `True`, copy `[key]_meta_dict` for each output and update affine to | ||
| reflect the cropped image | ||
| list_output: it `True`, the output will be a list of dictionaries with the same keys as original. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @drbeh, if list_output is True, it will return a list of dictionaries in your design. Do we need just one dictionary with orginal key and a list of data?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @KumoLiu, we want to have a list of dictionaries all with the same keys, so the transforms are being applied individually on each of them.
Fixes #5109
Description
Updates
SplitDimdto have the option of outputting a list of dictionaries.Types of changes
./runtests.sh -f -u --net --coverage../runtests.sh --quick --unittests --disttests.