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
I understand this is not really a bug but I have no idea how to figure out what the method is doing.
None of the tests hit this method so I can't really debug it.
Sorry for the stupid questions but I'm all out of ways of understanding what it is suppose to do.
The text was updated successfully, but these errors were encountered:
This method fixes the numbers that are not in the mask to be a very negative number (instead of just zero, as is usually done in masking). This is done so that if we exponentiate the tensor, the masked elements will become zero, or at least very close to zero.
In other words it masks out the tensor in log-space.
I understand this is not really a bug but I have no idea how to figure out what the method is doing.
None of the tests hit this method so I can't really debug it.
Sorry for the stupid questions but I'm all out of ways of understanding what it is suppose to do.
The text was updated successfully, but these errors were encountered: