Open Molength opened 6 years ago
I also have this question, I have not found anything related to multitasking cascading training in the training configuration file and code.
@Molength, @zhiAung the cascaded architectures described in the paper are not a part of this code release.
Thanks for your reply ,I will try it myself.
Anybody has any idea of cross-cascading architecture as shown in figure 8 in the paper?
Q1: how can the two tensors (orange & green ones) be added up while the dimension (512x512x1x1 & 17x512x1x1) do not match? I assume 512 and 17 are # of output channels.
Q2: will the losses be calculated for both the refined and non-refined outputs?
Will appreciate some more details and explanation here :D
How to achieve the task of Multi-task cascaded architectures in this paper 3.3?