Closed jumutc closed 2 years ago
Hello @jumutc,
sorry for the late reply.
The issues with non-functional activation_output if using subfunctions like Resize is known for version <=1.3.0 and was fixed in these commits here: a37fb858f6c667566d214dfdf7ea0faf6dc77d57 and fd9046a88a5df1afc21b92ec0645c17c28481b38.
The issue was in the subfunctions of Resize/Resampling due to the postprocessing resize expected a mask with sparse encoding and not a continuous format like activation outputs. We solved this issue in 1.4.0 as well as added unittesting for it.
If possible, please update to the current version 1.4.0.
If not due to e.g. older cluster requirements, check out these commits:
Cheers, Dominik
OK, thanks @muellerdo
Hello,
I'm using a bit older version of
MIScnn==1.1.9
but I have checked that code inmaster
is basically the same around this stacktrace. Number of classes is 12 here and we are dealing with multi-class segmentation problem.