danfenghong / IEEE_TGRS_SpectralFormer

Danfeng Hong, Zhu Han, Jing Yao, Lianru Gao, Bing Zhang, Antonio Plaza, Jocelyn Chanussot. Spectralformer: Rethinking hyperspectral image classification with transformers, IEEE Transactions on Geoscience and Remote Sensing (TGRS), 2021
219 stars 39 forks source link

question #3

Closed wxtnull77 closed 2 years ago

wxtnull77 commented 2 years ago

TR = data['TR'] TE = data['TE']

TR = data['pavia']

TE = data_gt['pavia_gt']

label = TR + TE 老师您好,您这里我没有看懂什么意思?有关TR和

wxtnull77 commented 2 years ago

有关TR和TE

danfenghong commented 2 years ago

TR是指训练数据,TE是测试数据

zhangchao77 @.***> 于2021年11月26日周五 下午10:00写道:

有关TR和TE

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/danfenghong/IEEE_TGRS_SpectralFormer/issues/3#issuecomment-979998248, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFL2GZQKUWSDOBX5NZTU2OLUN6HJHANCNFSM5I2XJINQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

wxtnull77 commented 2 years ago

TR = data['TR'] TE = data['TE']

TR = data['pavia']

TE = data_gt['pavia_gt']

label = TR + TE 老师您好,您这里我没有看懂什么意思?有关TR和