GridAggregator #1062
Unanswered
MirenLurBarquin
asked this question in
Q&A
GridAggregator
#1062
Replies: 1 comment 2 replies
-
Hi, @MirenLurBarquin. The aggregator is for inference; the queue is for training. Can you please elaborate? What are you trying to do? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
in TorchIO documentation there is an example of how to go back to the initial volume after using a
GridSampler
by usingtio.inference.GridAggregator
. In this example we are just working with one subject.How could we go back to the initial volumes if we have a tio.data.SubjectsDataset containing multiple objects? For example after using a 'tio.Queue' and 'torch.utils.data()'. Is there any better way of doing it than with a dictionary of aggregators and creating subject_ids?
Thank you in advance. Best :)
Beta Was this translation helpful? Give feedback.
All reactions