We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
您好,我在运行过程中遇到了这样的问题。通过Debug发现,在FSBM模块中,如果输入数据的width维度无法整除参数k,那么fms_softmax的第2为会变成 k+1 而不是 k。这样会导致执行代码fms_boost = fm + self.alpha*(fm * fms_softmax_boost) 时,出现维度不匹配的错误。请问这应该如何处理?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好,我在运行过程中遇到了这样的问题。通过Debug发现,在FSBM模块中,如果输入数据的width维度无法整除参数k,那么fms_softmax的第2为会变成 k+1 而不是 k。这样会导致执行代码fms_boost = fm + self.alpha*(fm * fms_softmax_boost) 时,出现维度不匹配的错误。请问这应该如何处理?
The text was updated successfully, but these errors were encountered: