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
What is the difference between the coreal_loss and reconons_loss in forecast_trainer.source_train in engine.py? coral_loss (line 326) is the difference: (st_s_ - recons (t-s_)); recons loss (line 356) is also the difference: (st_s_recons - st_s_)=(recons (t-s_) - st_s_).
It seems that coral_loss calculated only on randomly nodes with index of s_idx , while recond_loss calculated on all nodes?
The text was updated successfully, but these errors were encountered:
Thank you for the open source code!
What is the difference between the coreal_loss and reconons_loss in
forecast_trainer.source_train
inengine.py
?coral_loss (line 326) is the difference:
(st_s_ - recons (t-s_))
;recons loss (line 356) is also the difference:
(st_s_recons - st_s_)=(recons (t-s_) - st_s_)
.It seems that coral_loss calculated only on randomly nodes with index of
s_idx
, while recond_loss calculated on all nodes?The text was updated successfully, but these errors were encountered: