eecn / Hyperspectral-Classification

Hyperspectral-Classification Pytorch
Other
507 stars 155 forks source link

Trying to apply HybridSN to this toolbox but failed #22

Open TipsF opened 2 years ago

TipsF commented 2 years ago

Tried to add this model into this toolbox, but the pre-processing seems doesn't fit... RuntimeError: Calculated padded input size per channel: (1 x 23 x 23). Kernel size: (5 x 3 x 3). Kernel size can't be greater than actual input size https://ieeexplore.ieee.org/document/8736016

eecn commented 2 years ago

You can use torchsummary check whether your input shape is valid with net architecture.