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 there, really thanks for your amazing work. When reading your source code, I found one place that I don't really understand its meaning. In your regression_nf.py (model), you re-construct the Linear layer and add a norm term. Later, when you regress the out_coord, you use the norm term; and when you regress the sigma, you didn't use that.
Thus, I would like to know what is that norm term for? Why do you use it for the coordinate regression?
Hope to get some feedback from you, thanks :))
The text was updated successfully, but these errors were encountered:
Hi there, really thanks for your amazing work. When reading your source code, I found one place that I don't really understand its meaning. In your regression_nf.py (model), you re-construct the Linear layer and add a norm term. Later, when you regress the out_coord, you use the norm term; and when you regress the sigma, you didn't use that.
Thus, I would like to know what is that norm term for? Why do you use it for the coordinate regression?
Hope to get some feedback from you, thanks :))
The text was updated successfully, but these errors were encountered: