-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Training on other datasets #11
Comments
As mentioned in the paper, we use the same hyper-parameter setting for all three datasets. For experiments on the Indian Pines and KSC datasets, just replace |
Alright, thanks. |
But when I change the data id only I am getting the following error: OASpectral_IP[0:9,r] = ProducerA |
This error could be solved by changing the initialization of OASpectral_IP by |
I change it to: But I am still getting this error: File "SSUN.py", line 240, in |
The |
That is all the modification: OASpectral_IP = np.zeros((16+2,randtime)) for r in range(0,randtime):
But still getting error: Traceback (most recent call last): |
the train.py here represent your helper function. |
You need to change the |
Ok thank
Le jeudi 20 août 2020, YonghaoXu <[email protected]> a écrit :
… You need to change the imageID in DrawResult func to generate the
corresponding classification map. Please refer to the DrawResult func in
HyperFunctions.py for details.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#11 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFOVODUTANLAJ5U6N4VY5MTSBRZ7TANCNFSM4QA7J5VA>
.
|
Hi, I would like to get the parameters used for the KSC and Indian Pines datasets if possible.
The text was updated successfully, but these errors were encountered: