StevenShaw1999 / RSSA

54 stars 2 forks source link

problem about self correlation loss and disturbance correlation consistency loss #2

Closed Glutaredoxin closed 2 years ago

Glutaredoxin commented 2 years ago

Sorry to bother you again~ i have some problem: 1\ What is means about (i,j) in self correlation loss, it seems like take middle value in code. 【feat = feat[:, :, ud:feat_size-ud, ud:feat_size-ud]】. 2\ How to take samples Zj and Zk in Disturbance correlation consistency loss in code? Thank you again! ^^