Replies: 2 comments 7 replies
-
Hi @vikashg , in this case, could you please use |
Beta Was this translation helpful? Give feedback.
-
Hi @vikashg , I think @yiheng-wang-nv maybe misunderstood your question, the confusion thing you have is the postprocessing logic. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi @Nic-Ma and @yiheng-wang-nv,
I have a question regarding the model infererer and I will post the relevant code below for context. So, in general when we are using a
SimpleInferer
the output is a tensor and not a dictionary as it is the case inSupervisedTrainer
. My understanding is as follows, the data should flow fromSimpleInferer
--->Postprocessing
Howeever the post processing section is a list of transforms generally starts with
Activationsd
which requires a "pred" key. If I pass the output of inferer to postprocessing I get the following errorThe relevant code is
TLDR: The output of the infererer is a torch but the post processor needs a dictionary.
Beta Was this translation helpful? Give feedback.
All reactions