DeepHyperX icon indicating copy to clipboard operation
DeepHyperX copied to clipboard

Deep learning toolbox based on PyTorch for hyperspectral data classification.

Results 32 DeepHyperX issues
Sort by recently updated
recently updated
newest added

Would be nice to make HCube inferencw faster using parallel model deploy into 2+ GPUs. Any options ?

Since some model have BN,dropout layers, why dont use model.eval() in the val function? am really confused, hope someone can help me. thx in advance.

because of I am interesting hsi classification using gan.

Migrate visualization from Visdom to Tensorboard

enhancement

I'm trying to train a model with multiple images at once. It seems I need to change the DATASETS_CONFIG. If anyone has any insight into what the method is, your...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior (e.g. the command that you used). **Expected behavior** A clear...

can it run my own data with 3D-CNN? please teach me.

HI ~ Thanks for your great work, Recently I am trying to reproduce the experiment on paper. But I found there are no accurate experiment settings in the part of...

Hi, I have tried to run your code with "hu" model and sampling_mode "disjoint". However, I got a worse result than the result in Table 3 of your paper. Is...

Hi, I am testing Li's 3D CNN network on IndianPines dataset. In table III in disjoint mode, you have an accuracy of 75%. I can't reach more than 65%. -...