nshaud / DeepHyperX

Deep learning toolbox based on PyTorch for hyperspectral data classification.
Other
439 stars 122 forks source link

can't reproduce the results #49

Open challow0 opened 3 years ago

challow0 commented 3 years ago

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 the experiment. I am wondering if you can give me some suggestions on the initialization of the parameters. Such as the learning_rate、training_sample etc.

Here is the result by using the command python main.py --model hamida --dataset IndianPines --training_sample 0.1 --cuda 0. I found its accuracy has a margin comparing the result on paper.

image

Looking forward to your early reply ~ Thanks for your consideration.