LiftPool icon indicating copy to clipboard operation
LiftPool copied to clipboard

Model finetune with LiftPool

Open ghost opened this issue 3 years ago • 0 comments

Hi! In semantic segmentation section you've mentionned: "We replace all down-pooling and up-pooling layers with LiftDownPool and LiftUpPool". What about encoders where instead of MaxPool strided convolution is used? Should we replace it by the same convolution with stride=1 and LiftDownPool layer? What about norm/activation layers between them?

ghost avatar Mar 06 '21 15:03 ghost