Closed fjd330621 closed 2 years ago
Hi! Thank you for your contribution! Please re-check all issue template checklists - unfilled issues would be closed automatically. And do not forget to join our slack for collaboration.
hi,
🤔 this is a simple denoising segmentation example, so, there no target
available
Nevertheless, you are right, it should be something like
self.batch = {self._input_key: x_noise, self._output_key: x_, self._target_key: x}
Oh, oh, oh, I see. Thank you very much
I'm new to this, so please forgive me if the question is silly. I'm a little confused about the last code in this short paragraph that why the self._target_key is also the x rather than y or maybe batch["targets"].