BloodAxe / pytorch-toolbelt

PyTorch extensions for fast R&D prototyping and Kaggle farming
MIT License
1.52k stars 122 forks source link

example to get list of tensor from feature maps #100

Open ramdhan1989 opened 6 months ago

ramdhan1989 commented 6 months ago

Hi, it was mentioned that we can get list of tensors, from fine (high-resolution, indexed 0) to coarse (low-resolution) feature maps. do you have example on how to do that?

thank you