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
In your paper, the moment loss is the regularization to make the moment matrix. But in your network, if I use order 1 or 2, the moment matrix is exactly zero. It seems the momentloss in the loss won't change. And if I did not misunderstand the code, the code uses the moment matrix to generate the kernel matrix?
The text was updated successfully, but these errors were encountered:
In your paper, the moment loss is the regularization to make the moment matrix. But in your network, if I use order 1 or 2, the moment matrix is exactly zero. It seems the momentloss in the loss won't change. And if I did not misunderstand the code, the code uses the moment matrix to generate the kernel matrix?
The text was updated successfully, but these errors were encountered: