PyTorch Implementation of SSTNs for hyperspectral image classifications from the IEEE T-GRS paper "Spectral-Spatial Transformer Network for Hyperspectral Image Classification: A FAS Framework."
106
stars
23
forks
source link
Question about validation set and test set determination #13
Reading your code, it seems at odds with common sense to realize that you are using the test set as a validation set to preserve the best model. Maybe my understanding is off, looking forward to talking with you.
Hello zilong,
Thanks for your excellent research work.
Reading your code, it seems at odds with common sense to realize that you are using the test set as a validation set to preserve the best model. Maybe my understanding is off, looking forward to talking with you.