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 #128, we decided to add a condition for background correction for now, without updating the version of the lr_from_k_sq function. Currently, this function returns 0 for every exponent when k_sq = 0. However, this behavior is incorrect since the function is actually defined for exponents > 3. Therefore, we need to update this function accordingly.
It is important to note that these values may only be defined in the limit as k_sq → 0. Thus, we must ensure this is handled correctly in Torch.
The text was updated successfully, but these errors were encountered:
In #128, we decided to add a condition for background correction for now, without updating the version of the
lr_from_k_sq
function. Currently, this function returns0
for every exponent whenk_sq = 0
. However, this behavior is incorrect since the function is actually defined for exponents > 3. Therefore, we need to update this function accordingly.It is important to note that these values may only be defined in the limit as k_sq → 0. Thus, we must ensure this is handled correctly in Torch.
The text was updated successfully, but these errors were encountered: