8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
感谢您的工作。
我在读代码的时候发现您对mat是这样定义的: mat = torch.where(mat>1-self.lambda_mgd, torch.full_like(mat, 0), torch.full_like(mat, 1)).to(device)
然而,论文里mat的定义为:R<self.lambda_mgd时,mat为0。
代码是否与论文存在冲突?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
感谢您的工作。
我在读代码的时候发现您对mat是这样定义的:
mat = torch.where(mat>1-self.lambda_mgd, torch.full_like(mat, 0), torch.full_like(mat, 1)).to(device)
然而,论文里mat的定义为:R<self.lambda_mgd时,mat为0。
代码是否与论文存在冲突?
The text was updated successfully, but these errors were encountered: