NVlabs / SegFormer

Official PyTorch implementation of SegFormer
https://arxiv.org/abs/2105.15203
Other
2.36k stars 332 forks source link

Adding .contiguous() after transpose or permutation #115

Open Jayden9912 opened 1 year ago

Jayden9912 commented 1 year ago

Solving #73 by adding .contiguous() after transpose and permutation.