Hyperspectral icon indicating copy to clipboard operation
Hyperspectral copied to clipboard

IN_PATCH Unable to complete IndianPines_DataSet_Preparation_Without_Augmentation

Open Ruohan1 opened this issue 6 years ago • 1 comments

IN_PATCH = TRAIN_PATCH.reshape((-1,220,PATCH_SIZE,PATCH_SIZE))

ValueError Traceback (most recent call last) in () ----> 1 TRAIN_PATCH = TRAIN_PATCH.reshape((-1,220,PATCH_SIZE,PATCH_SIZE))

ValueError: cannot reshape array of size 640000 into shape (220,1,1)

Ruohan1 avatar Mar 03 '18 04:03 Ruohan1