zilongzhong / SSRN

This is a tensorflow and keras based implementation of SSRNs in the IEEE T-GRS paper "Spectral-Spatial Residual Network for Hyperspectral Image Classification: A 3-D Deep Learning Framework".
Other
212 stars 74 forks source link

Where is the Indian_best_3DCONV.hdf5 #19

Open IceStreams opened 4 years ago

IceStreams commented 4 years ago

Hi,where is the file Indian_best_3DCONV.hdf5 the code you have writen in the Real3D_Conv.py best_weights_path = '/home/finoa/DL-on-HSI-Classification/Best_models/Indian_best_3DCONV.hdf5'

zilongzhong commented 4 years ago

Here it is: https://github.com/zilongzhong/SSRN/blob/master/models/Indian_best_RES_3D_SS4_10_1.hdf5

Best reg

On Tue, 29 Oct 2019 at 16:13, Timeawayzxb notifications@github.com wrote:

Hi,where is the file Indian_best_3DCONV.hdf5 the code you have writen in the Real3D_Conv.py best_weights_path = '/home/finoa/DL-on-HSI-Classification/Best_models/Indian_best_3DCONV.hdf5'

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zilongzhong/SSRN/issues/19?email_source=notifications&email_token=AD2DHTQL5H4MTVXRF345HMLQQ7WEBA5CNFSM4JGE5TVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HU7JOAQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD2DHTW7POX3UBMHXCSPD5DQQ7WEBANCNFSM4JGE5TVA .

IceStreams commented 4 years ago

Can I create a new empty file named Indian_best_3DCONV.hdf5 in the file of models and then Run the program Real3D_Conv.py?

zilongzhong commented 4 years ago

No, you don't need to. This is the best performed trained model that is saved during training, just make sure the model is constructed correctly.