PROoshio / CRPM-Net

PolSAR Image Classification Based on Dilated Convolution and Pixel-Refining Mapping Network in Complex Domain. https://arxiv.org/abs/1909.10783
40 stars 22 forks source link

test pred is not found in the code #4

Open nourlaban opened 4 years ago

nourlaban commented 4 years ago

This is error is raised to me?

AttributeError: 'CRPM_Net' object has no attribute 'test_pred'

jaredyam commented 4 years ago

Actually this repo is not a self-contained project as well doesn't contain all you need for reproduction but a good reference if you found some snippets useful. If you wanna run it in your local environment, some modifications are essentially needed.

nourlaban commented 4 years ago

OK, Thanks

lnmen commented 3 years ago

What's the meaning of image_split1 in the code?I cannot find its definition.