-
Notifications
You must be signed in to change notification settings - Fork 75
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
typeError :'nonType error is not iterble' #4
Comments
This message means the mat data hasn't been read, please check whether .mat data is in the right directory. |
In case the data have been contaminated, you can download them directly from this link: http://www.ehu.eus/ccwintco/index.php/Hyperspectral_Remote_Sensing_Scenes#Indian_Pines |
I will try.. |
I used GTX 980M for this paper, it should not train for a long time if you use a relatively new GPU. |
@zilongzhong it's talking a lot of time If I calculate, it will take around 400 hours to complete. what should i do.. |
I can convert my image to array . can you help me where I should put that array in code. |
Is there a way to reduce the training time ? |
Make sure you have install Keras, which could be a problem leading to low training rate, you can install it in your Anaconda envinronment by: |
TRAIN_SIZE = 2055 means the size of training samples |
I will update the repo using the latest Tensorflow and Keras version, and add a function to read HSI data. Stay tuned. |
got this error while python ./SSRN_IN.py
The text was updated successfully, but these errors were encountered: