JanMarcelKezmann/TensorFlow-Advanced-Segmentation-Models

PAM and CAM modules are hardcoded for channels_first

tabmoo opened this issue · 0 comments

It seems that the lines with BS, C, H, W =x.shape are good only for channels_first and there is no code for BS, H, W, C.

Also, what are the axes for softmax in those 2 cases?