NVlabs / SegFormer

Official PyTorch implementation of SegFormer
https://arxiv.org/abs/2105.15203
Other
2.58k stars 357 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.