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 the first line, the variable mask is modified. This means that the value of max(np.max(mask), cls_weight) in the second line will be different. I believe this should be a normalization operation. Can you confirm if this is a bug or a feature?
The text was updated successfully, but these errors were encountered:
I appreciate your interesting work.
In the
cls_padding
function, there are two lines that seem to be a bug:In the first line, the variable mask is modified. This means that the value of
max(np.max(mask), cls_weight)
in the second line will be different. I believe this should be a normalization operation. Can you confirm if this is a bug or a feature?The text was updated successfully, but these errors were encountered: