You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was reading the DSN paper and saw you codes here. Nice codes!
But here I was wondering whether the loss codes in train.py's line 189 & 245 should be loss -= source_simse and loss -= target_simse. To confirm this, I read the original scale-invariant mean squared error paper, especially the eqn. 4 and made this conclusion.
I thought if so, the acc can be higher, and get close to DSN's result~
The text was updated successfully, but these errors were encountered:
Hi, I was reading the DSN paper and saw you codes here. Nice codes!
But here I was wondering whether the loss codes in
train.py
's line 189 & 245 should beloss -= source_simse
andloss -= target_simse
. To confirm this, I read the originalscale-invariant mean squared error
paper, especially the eqn. 4 and made this conclusion.I thought if so, the acc can be higher, and get close to DSN's result~
The text was updated successfully, but these errors were encountered: